aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
-rw-r--r--arch/x86/kernel/cpu/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
index ef58886ba61c..700f958652f8 100644
--- a/arch/x86/kernel/cpu/common.c
+++ b/arch/x86/kernel/cpu/common.c
@@ -1184,7 +1184,7 @@ void syscall_init(void)
1184 /* Flags to clear on syscall */ 1184 /* Flags to clear on syscall */
1185 wrmsrl(MSR_SYSCALL_MASK, 1185 wrmsrl(MSR_SYSCALL_MASK,
1186 X86_EFLAGS_TF|X86_EFLAGS_DF|X86_EFLAGS_IF| 1186 X86_EFLAGS_TF|X86_EFLAGS_DF|X86_EFLAGS_IF|
1187 X86_EFLAGS_IOPL|X86_EFLAGS_AC); 1187 X86_EFLAGS_IOPL|X86_EFLAGS_AC|X86_EFLAGS_NT);
1188} 1188}
1189 1189
1190/* 1190/*