diff options
Diffstat (limited to 'arch/x86/kernel/process.c')
-rw-r--r-- | arch/x86/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index 97fb3e5737f5..bb988a24db92 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c | |||
@@ -299,7 +299,7 @@ void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p, | |||
299 | } | 299 | } |
300 | 300 | ||
301 | if ((tifp ^ tifn) & _TIF_NOTSC) | 301 | if ((tifp ^ tifn) & _TIF_NOTSC) |
302 | cr4_toggle_bits(X86_CR4_TSD); | 302 | cr4_toggle_bits_irqsoff(X86_CR4_TSD); |
303 | 303 | ||
304 | if ((tifp ^ tifn) & _TIF_NOCPUID) | 304 | if ((tifp ^ tifn) & _TIF_NOCPUID) |
305 | set_cpuid_faulting(!!(tifn & _TIF_NOCPUID)); | 305 | set_cpuid_faulting(!!(tifn & _TIF_NOCPUID)); |