提交 7af929d0 编写于 作者: P Peter Krempa

cpu: Fix definition of flag smap

A mild case of dyslexia caused that commit
012f9b19 specifies wrong mask for the
smap cpu feature flag. This patch fixes that mistake.
上级 f88b076d
......@@ -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 -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册