diff options
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
| -rw-r--r-- | arch/x86/kernel/cpu/intel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c index e7ae0d89e7e0..a942b7c2ccee 100644 --- a/arch/x86/kernel/cpu/intel.c +++ b/arch/x86/kernel/cpu/intel.c | |||
| @@ -221,11 +221,11 @@ static void __cpuinit intel_workarounds(struct cpuinfo_x86 *c) | |||
| 221 | * system. | 221 | * system. |
| 222 | * Note that the workaround only should be initialized once... | 222 | * Note that the workaround only should be initialized once... |
| 223 | */ | 223 | */ |
| 224 | c->f00f_bug = 0; | 224 | clear_cpu_bug(c, X86_BUG_F00F); |
| 225 | if (!paravirt_enabled() && c->x86 == 5) { | 225 | if (!paravirt_enabled() && c->x86 == 5) { |
| 226 | static int f00f_workaround_enabled; | 226 | static int f00f_workaround_enabled; |
| 227 | 227 | ||
| 228 | c->f00f_bug = 1; | 228 | set_cpu_bug(c, X86_BUG_F00F); |
| 229 | if (!f00f_workaround_enabled) { | 229 | if (!f00f_workaround_enabled) { |
| 230 | trap_init_f00f_bug(); | 230 | trap_init_f00f_bug(); |
| 231 | printk(KERN_NOTICE "Intel Pentium with F0 0F bug - workaround enabled.\n"); | 231 | printk(KERN_NOTICE "Intel Pentium with F0 0F bug - workaround enabled.\n"); |
