cpu_map: Add more signatures for Skylake-Client CPU models

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Jiri Denemark 2019-02-26 21:02:49 +01:00
parent 4ff74a806a
commit 367d96a5d6
2 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,11 @@
<cpus>
<model name='Skylake-Client-IBRS'>
<signature family='6' model='94'/> <!-- 0506e0 -->
<signature family='6' model='78'/> <!-- 0406e0 -->
<!-- These are Kaby Lake and Coffee Lake successors to Skylake,
but we don't have specific models for them. -->
<signature family='6' model='142'/> <!-- 0806e0 -->
<signature family='6' model='158'/> <!-- 0906e0 -->
<vendor name='Intel'/>
<feature name='3dnowprefetch'/>
<feature name='abm'/>

View File

@ -1,6 +1,11 @@
<cpus>
<model name='Skylake-Client'>
<signature family='6' model='94'/> <!-- 0506e0 -->
<signature family='6' model='78'/> <!-- 0406e0 -->
<!-- These are Kaby Lake and Coffee Lake successors to Skylake,
but we don't have specific models for them. -->
<signature family='6' model='142'/> <!-- 0806e0 -->
<signature family='6' model='158'/> <!-- 0906e0 -->
<vendor name='Intel'/>
<feature name='3dnowprefetch'/>
<feature name='abm'/>