aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
diff options
context:
space:
mode:
authorSuresh Siddha <suresh.b.siddha@intel.com>2008-07-10 11:16:50 -0700
committerIngo Molnar <mingo@elte.hu>2008-07-12 08:45:00 +0200
commit32e1d0a0651004f5fe47f85a2a5c725ad579a90c (patch)
tree370e2673d24d52e1339b74097cbe14463cb12898 /arch/x86/kernel/cpu
parent1b374e4d6f8b3eb2fcd034fcc24ea8ba1dfde7aa (diff)
downloadkernel_samsung_smdk4412-32e1d0a0651004f5fe47f85a2a5c725ad579a90c.zip
kernel_samsung_smdk4412-32e1d0a0651004f5fe47f85a2a5c725ad579a90c.tar.gz
kernel_samsung_smdk4412-32e1d0a0651004f5fe47f85a2a5c725ad579a90c.tar.bz2
x64, x2apic/intr-remap: cpuid bits for x2apic feature
cpuid feature for x2apic. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Cc: akpm@linux-foundation.org Cc: arjan@linux.intel.com Cc: andi@firstfloor.org Cc: ebiederm@xmission.com Cc: jbarnes@virtuousgeek.org Cc: steiner@sgi.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu')
-rw-r--r--arch/x86/kernel/cpu/feature_names.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/feature_names.c b/arch/x86/kernel/cpu/feature_names.c
index e43ad4a..0bf4d37 100644
--- a/arch/x86/kernel/cpu/feature_names.c
+++ b/arch/x86/kernel/cpu/feature_names.c
@@ -45,7 +45,7 @@ const char * const x86_cap_flags[NCAPINTS*32] = {
/* Intel-defined (#2) */
"pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est",
"tm2", "ssse3", "cid", NULL, NULL, "cx16", "xtpr", NULL,
- NULL, NULL, "dca", "sse4_1", "sse4_2", NULL, NULL, "popcnt",
+ NULL, NULL, "dca", "sse4_1", "sse4_2", "x2apic", NULL, "popcnt",
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
/* VIA/Cyrix/Centaur-defined */