Fix to exregs.c functions

This commit is contained in:
Bahadir Balban
2008-09-15 18:16:02 +03:00
parent 9c2c9676e8
commit 4d1b649465
2 changed files with 4 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
#include INC_SUBARCH(mm.h)
/* Abort debugging conditions */
// #define DEBUG_ABORTS
#define DEBUG_ABORTS
#if defined (DEBUG_ABORTS)
#define dbg_abort(...) dprintk(__VA_ARGS__)
#else