cpu_map: Fix Icelake Server model number

See arch/x86/include/asm/intel-family.h in the Kernel:
  #define INTEL_FAM6_ICELAKE_X		0x6A

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Tim Wiederhake 2020-12-02 11:38:22 +01:00 committed by Jiri Denemark
parent 0d05d51b71
commit 1278ac6265
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<cpus> <cpus>
<model name='Icelake-Server-noTSX'> <model name='Icelake-Server-noTSX'>
<decode host='on' guest='off'/> <decode host='on' guest='off'/>
<signature family='6' model='134'/> <!-- 080660 --> <signature family='6' model='106'/> <!-- 0606A5 -->
<vendor name='Intel'/> <vendor name='Intel'/>
<feature name='3dnowprefetch'/> <feature name='3dnowprefetch'/>
<feature name='abm'/> <feature name='abm'/>

View File

@ -1,7 +1,7 @@
<cpus> <cpus>
<model name='Icelake-Server'> <model name='Icelake-Server'>
<decode host='on' guest='on'/> <decode host='on' guest='on'/>
<signature family='6' model='134'/> <!-- 080660 --> <signature family='6' model='106'/> <!-- 0606A5 -->
<vendor name='Intel'/> <vendor name='Intel'/>
<feature name='3dnowprefetch'/> <feature name='3dnowprefetch'/>
<feature name='abm'/> <feature name='abm'/>