aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/traps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c
index 73ece2633f47..141907ab6e22 100644
--- a/arch/x86/kernel/traps.c
+++ b/arch/x86/kernel/traps.c
@@ -687,7 +687,7 @@ void math_error(void __user *ip)
687 687
688 err = swd & ~cwd & 0x3f; 688 err = swd & ~cwd & 0x3f;
689 689
690#if CONFIG_X86_32 690#ifdef CONFIG_X86_32
691 if (!err) 691 if (!err)
692 return; 692 return;
693#endif 693#endif