summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/i386/i386/locore.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s
index ef1675332b7..74f8738eee1 100644
--- a/sys/arch/i386/i386/locore.s
+++ b/sys/arch/i386/i386/locore.s
@@ -2036,7 +2036,9 @@ IDTVEC(fpu)
pushl $0 # dummy error code
pushl $T_ASTFLT
INTRENTRY
- pushl _cpl
+#if 0
+ pushl _cpl # this is apparently not used for anything
+#endif
pushl %esp
incl _cnt+V_TRAP
call _npxintr