diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2008-07-29 10:29:18 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-30 19:49:23 +0200 |
commit | a648bf4632628c787abb0514277f2a231fca39ca (patch) | |
tree | dd0e9d58f6b21ac88feecc8daf84fec8733df2e1 /arch/x86/kernel/cpu | |
parent | bc588df79ebfb710abc27342fccf336a68ed1216 (diff) | |
download | blackbird-obmc-linux-a648bf4632628c787abb0514277f2a231fca39ca.tar.gz blackbird-obmc-linux-a648bf4632628c787abb0514277f2a231fca39ca.zip |
x86, xsave: xsave cpuid feature bits
Add xsave CPU feature bits.
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.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.c | 2 |
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 0bf4d37a0483..741547225659 100644 --- a/arch/x86/kernel/cpu/feature_names.c +++ b/arch/x86/kernel/cpu/feature_names.c @@ -46,7 +46,7 @@ const char * const x86_cap_flags[NCAPINTS*32] = { "pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est", "tm2", "ssse3", "cid", NULL, NULL, "cx16", "xtpr", NULL, NULL, NULL, "dca", "sse4_1", "sse4_2", "x2apic", NULL, "popcnt", - NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL, "xsave", NULL, NULL, NULL, NULL, NULL, /* VIA/Cyrix/Centaur-defined */ NULL, NULL, "rng", "rng_en", NULL, NULL, "ace", "ace_en", |