patch-2.4.25 linux-2.4.25/arch/cris/kernel/debug.c
Next file: linux-2.4.25/arch/cris/kernel/hexify.c
Previous file: linux-2.4.25/arch/cris/drivers/usb-host.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2004-02-18 05:36:30.000000000 -0800
- Orig file:
linux-2.4.24/arch/cris/kernel/debug.c
- Orig date:
2003-08-25 04:44:39.000000000 -0700
diff -urN linux-2.4.24/arch/cris/kernel/debug.c linux-2.4.25/arch/cris/kernel/debug.c
@@ -2,7 +2,7 @@
* arch/cris/kernel/debug.c
* Various debug routines:
* o Logging of interrupt enabling/disabling. /proc/debug_interrupt
- * gives result and toggles if it is enabled or not.
+ * gives result and enables logging when read.
*
* Copyright (C) 2003 Axis Communications AB
*/
@@ -24,7 +24,7 @@
int log_int_trig0_pos = 0;
int log_int_trig1_pos = 0;
-int log_int_enable = 0; /* toggled every read of /proc/debug_interrupt */
+int log_int_enable = 0; /* Enabled every read of /proc/debug_interrupt */
struct log_int_struct
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)