2.6.13-rc1 CONFIG_DEBUG_SPINLOCK is useless on SMP

From: Keith Owens
Date: Thu Jun 30 2005 - 23:40:11 EST


2.6.13-rc1 built with SMP=Y and DEBUG_SPINLOCK=y. That uses
kernel/spinlock.c instead of the inline definitions of the spinlock
functions. Alas only the inline definitions test for DEBUG_SPINLOCK=y,
none of the code in in spinlock.c has any debug facilities.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/