diff options
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; |