The patch titled make debug_mutex_on __read_mostly has been removed from the -mm tree. Its filename is make-debug_mutex_on-__read_mostly.patch This patch was dropped because I've decided that _-read_mostly is the wrong way to solve this problem ------------------------------------------------------ Subject: make debug_mutex_on __read_mostly From: Andreas Mohr <andi@xxxxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andreas Mohr <andi@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/mutex-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/mutex-debug.c~make-debug_mutex_on-__read_mostly kernel/mutex-debug.c --- devel/kernel/mutex-debug.c~make-debug_mutex_on-__read_mostly 2006-06-06 17:31:23.000000000 -0700 +++ devel-akpm/kernel/mutex-debug.c 2006-06-06 17:31:23.000000000 -0700 @@ -49,7 +49,7 @@ LIST_HEAD(debug_mutex_held_locks); * into the tracing code when doing error printk or * executing a BUG(): */ -int debug_mutex_on = 1; +int debug_mutex_on __read_mostly = 1; static void printk_task(struct task_struct *p) { _ Patches currently in -mm which might be from andi@xxxxxxxxxxxxxxxxxxxxxxx are origin.patch cpu_relax-smpbootc.patch make-debug_mutex_on-__read_mostly.patch constify-parts-of-kernel-power.patch constify-libcrc32c-table.patch make-pmtmr_ioport-__read_mostly.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html