cpu_map: Add cqm alternative name for cmt

Linux kernel shows our "cmt" feature as "cqm". Let's mention the name in
the cpu_map.xml to make it easier to find.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
Jiri Denemark 2017-11-02 14:03:14 +01:00
parent 37e18b0cc8
commit 3b2674ff63

View File

@ -224,7 +224,7 @@
<feature name='rtm'> <feature name='rtm'>
<cpuid eax_in='0x07' ecx_in='0x00' ebx='0x00000800'/> <cpuid eax_in='0x07' ecx_in='0x00' ebx='0x00000800'/>
</feature> </feature>
<feature name='cmt'> <feature name='cmt'> <!-- cqm -->
<cpuid eax_in='0x07' ecx_in='0x00' ebx='0x00001000'/> <cpuid eax_in='0x07' ecx_in='0x00' ebx='0x00001000'/>
</feature> </feature>
<feature name='mpx'> <feature name='mpx'>