mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
[PATCH] i386/x86-64: List Intel LaGrange AKA SMX in /proc/cpuinfo
Spec just got published so we know the CPUID bit. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
c912c2db2f
commit
9d95dd849c
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
|
||||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||||
|
|
||||||
/* Intel-defined (#2) */
|
/* Intel-defined (#2) */
|
||||||
"pni", NULL, NULL, "monitor", "ds_cpl", "vmx", NULL, "est",
|
"pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est",
|
||||||
"tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL,
|
"tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL,
|
||||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||||
|
|
|
@ -1280,7 +1280,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
|
||||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||||
|
|
||||||
/* Intel-defined (#2) */
|
/* Intel-defined (#2) */
|
||||||
"pni", NULL, NULL, "monitor", "ds_cpl", "vmx", NULL, "est",
|
"pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est",
|
||||||
"tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL,
|
"tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL,
|
||||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||||
|
|
Loading…
Reference in a new issue