diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-13 03:44:22 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-13 03:44:22 -0500 |
commit | f8a6b2b9cee298a9663cbe38ce1eb5240987cb62 (patch) | |
tree | b356490269c9e77d164dcc1477792b882fbb8bdb /arch/x86/kernel/cpu/intel.c | |
parent | ba1511bf7fbda452138e4096bf10d5a382710f4f (diff) | |
parent | 071a0bc2ceace31266836801510879407a3701fa (diff) |
Merge branch 'linus' into x86/apic
Conflicts:
arch/x86/kernel/acpi/boot.c
arch/x86/mm/fault.c
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
-rw-r--r-- | arch/x86/kernel/cpu/intel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c index 1cef0aa5e5dc..1f137a87d4bd 100644 --- a/arch/x86/kernel/cpu/intel.c +++ b/arch/x86/kernel/cpu/intel.c | |||
@@ -303,6 +303,9 @@ static void __cpuinit init_intel(struct cpuinfo_x86 *c) | |||
303 | ds_init_intel(c); | 303 | ds_init_intel(c); |
304 | } | 304 | } |
305 | 305 | ||
306 | if (c->x86 == 6 && c->x86_model == 29 && cpu_has_clflush) | ||
307 | set_cpu_cap(c, X86_FEATURE_CLFLUSH_MONITOR); | ||
308 | |||
306 | #ifdef CONFIG_X86_64 | 309 | #ifdef CONFIG_X86_64 |
307 | if (c->x86 == 15) | 310 | if (c->x86 == 15) |
308 | c->x86_cache_alignment = c->x86_clflush_size * 2; | 311 | c->x86_cache_alignment = c->x86_clflush_size * 2; |