diff options
author | Dave Jones <davej@redhat.com> | 2006-09-26 04:52:42 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:42 -0400 |
commit | dcf10307c3fff2bca4b104ad8fe4e3aa8dcb2ad1 (patch) | |
tree | d5c917d05d4bf14e3c0c233a45f2bb028dfe4c70 | |
parent | 3222b36f46c22f46697a0a53fa8804153a32669f (diff) |
[PATCH] i386/x86-64: New Intel feature flags
Add supplemental SSE3 instructions flag, and Direct Cache Access flag.
As described in "Intel Processor idenfication and the CPUID instruction
AP485 Sept 2006"
AK: also added for x86-64
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
-rw-r--r-- | arch/i386/kernel/cpu/proc.c | 4 | ||||
-rw-r--r-- | arch/x86_64/kernel/setup.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/i386/kernel/cpu/proc.c b/arch/i386/kernel/cpu/proc.c index f54a15268ed7..76aac088a323 100644 --- a/arch/i386/kernel/cpu/proc.c +++ b/arch/i386/kernel/cpu/proc.c | |||
@@ -46,8 +46,8 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
46 | 46 | ||
47 | /* Intel-defined (#2) */ | 47 | /* Intel-defined (#2) */ |
48 | "pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est", | 48 | "pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est", |
49 | "tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL, | 49 | "tm2", "ssse3", "cid", NULL, NULL, "cx16", "xtpr", NULL, |
50 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 50 | NULL, NULL, "dca", NULL, NULL, NULL, NULL, NULL, |
51 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 51 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
52 | 52 | ||
53 | /* VIA/Cyrix/Centaur-defined */ | 53 | /* VIA/Cyrix/Centaur-defined */ |
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index 3d8309b1236e..3c7ad267d8a7 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
@@ -1071,8 +1071,8 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
1071 | 1071 | ||
1072 | /* Intel-defined (#2) */ | 1072 | /* Intel-defined (#2) */ |
1073 | "pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est", | 1073 | "pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est", |
1074 | "tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL, | 1074 | "tm2", "ssse3", "cid", NULL, NULL, "cx16", "xtpr", NULL, |
1075 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 1075 | NULL, NULL, "dca", NULL, NULL, NULL, NULL, NULL, |
1076 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 1076 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
1077 | 1077 | ||
1078 | /* VIA/Cyrix/Centaur-defined */ | 1078 | /* VIA/Cyrix/Centaur-defined */ |