提交 d4d5cccd 编写于 作者: J Jiri Denemark

cpu: Add support for Westmere CPU model

上级 f892f5a5
......@@ -142,6 +142,9 @@
<feature name='popcnt'> <!-- CPUID_EXT_POPCNT -->
<cpuid function='0x00000001' ecx='0x00800000'/>
</feature>
<feature name='aes'>
<cpuid function='0x00000001' ecx='0x02000000'/>
</feature>
<feature name='hypervisor'> <!-- CPUID_EXT_HYPERVISOR -->
<cpuid function='0x00000001' ecx='0x80000000'/>
</feature>
......@@ -453,6 +456,12 @@
<feature name='lahf_lm'/>
</model>
<model name='Westmere'>
<vendor name='Intel'/>
<model name='Nehalem'/>
<feature name='aes'/>
</model>
<model name='Opteron_G1'>
<vendor name='AMD'/>
<feature name='sse2'/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册