patch-2.4.19 linux-2.4.19/include/asm-sparc64/system.h
Next file: linux-2.4.19/include/asm-sparc64/timex.h
Previous file: linux-2.4.19/include/asm-sparc64/siginfo.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-sparc64/system.h
- Orig date:
Fri Dec 21 09:42:03 2001
diff -urN linux-2.4.18/include/asm-sparc64/system.h linux-2.4.19/include/asm-sparc64/system.h
@@ -145,9 +145,9 @@
#define flush_register_windows flushw_all
#define prepare_to_switch flushw_all
-#ifndef CONFIG_DEBUG_SPINLOCk
+#ifndef CONFIG_DEBUG_SPINLOCK
#define CHECK_LOCKS(PREV) do { } while(0)
-#else /* CONFIG_DEBUG_SPINLOCk */
+#else /* CONFIG_DEBUG_SPINLOCK */
#define CHECK_LOCKS(PREV) \
if ((PREV)->thread.smp_lock_count) { \
unsigned long rpc; \
@@ -161,7 +161,7 @@
printk(KERN_CRIT "(%s)[%d]: Sched caller %016lx\n", \
(PREV)->comm, (PREV)->pid, rpc); \
}
-#endif /* !(CONFIG_DEBUG_SPINLOCk) */
+#endif /* !(CONFIG_DEBUG_SPINLOCK) */
/* See what happens when you design the chip correctly?
*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)