debug aborts commented out

This commit is contained in:
Bahadir Balban
2008-09-16 11:31:44 +03:00
parent 30de876a6c
commit 398bc0c914

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