cpu: Fix definition of flag smap
A mild case of dyslexia caused that commit 012f9b19ef3812884e207dc431571502de4cebce specifies wrong mask for the smap cpu feature flag. This patch fixes that mistake.
This commit is contained in:
parent
f88b076d17
commit
7af929d065
@ -270,7 +270,7 @@
|
|||||||
<cpuid function='0x00000007' ebx='0x00000080'/>
|
<cpuid function='0x00000007' ebx='0x00000080'/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature name='smap'>
|
<feature name='smap'>
|
||||||
<cpuid function='0x00000007' ebx='0x00080000'/>
|
<cpuid function='0x00000007' ebx='0x00100000'/>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
<!-- models -->
|
<!-- models -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user