From 398bc0c9142079a3e9989b1017cd82fd2457d025 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Tue, 16 Sep 2008 11:31:44 +0300 Subject: [PATCH] debug aborts commented out --- src/arch/arm/exception.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/arm/exception.c b/src/arch/arm/exception.c index 9804749..2e6b3e5 100644 --- a/src/arch/arm/exception.c +++ b/src/arch/arm/exception.c @@ -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