x86/entry/32: Fix #MC and #DB wiring on x86_32
[sfrench/cifs-2.6.git] / arch / x86 / kernel / traps.c
index c17f9b57171f5be3b466ce2efeceb73fcfe68745..6ed8cc5fbe8fc12a55af0461095cc569238ceb62 100644 (file)
@@ -925,7 +925,7 @@ DEFINE_IDTENTRY_DEBUG_USER(exc_debug)
 }
 #else
 /* 32 bit does not have separate entry points. */
-DEFINE_IDTENTRY_DEBUG(exc_debug)
+DEFINE_IDTENTRY_RAW(exc_debug)
 {
        unsigned long dr6, dr7;