cpu: Fix definition of flag smap

A mild case of dyslexia caused that commit
012f9b19ef specifies wrong mask for the
smap cpu feature flag. This patch fixes that mistake.
This commit is contained in:
Peter Krempa 2012-10-30 15:01:27 +01:00
parent f88b076d17
commit 7af929d065

View File

@ -270,7 +270,7 @@
<cpuid function='0x00000007' ebx='0x00000080'/>
</feature>
<feature name='smap'>
<cpuid function='0x00000007' ebx='0x00080000'/>
<cpuid function='0x00000007' ebx='0x00100000'/>
</feature>
<!-- models -->