patch-2.4.22 linux-2.4.22/include/asm-mips/debug.h
Next file: linux-2.4.22/include/asm-mips/dec/ecc.h
Previous file: linux-2.4.22/include/asm-mips/ddb5xxx/ddb5477.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-mips/debug.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.21/include/asm-mips/debug.h linux-2.4.22/include/asm-mips/debug.h
@@ -1,5 +1,6 @@
/*
- * Debug macros for run-time debugging. Turned on/off with CONFIG_DEBUG option.
+ * Debug macros for run-time debugging. Turned on/off with
+ * CONFIG_RUNTIME_DEBUG option.
*
* Copyright (C) 2001 MontaVista Software Inc.
* Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
@@ -17,13 +18,13 @@
#include <linux/config.h>
/*
- * run-time macros for catching spurious errors. Eable CONFIG_DEBUG in
+ * run-time macros for catching spurious errors. Eable CONFIG_RUNTIME_DEBUG in
* kernel hacking config menu to use them.
*
* Use them as run-time debugging aid. NEVER USE THEM AS ERROR HANDLING CODE!!!
*/
-#ifdef CONFIG_DEBUG
+#ifdef CONFIG_RUNTIME_DEBUG
#include <linux/kernel.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)