[PATCH] NOHZ: Produce debug output instead of a BUG()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Feb 2007 18:12:05 +0000 (18:12 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 19 Feb 2007 22:18:43 +0000 (14:18 -0800)
The BUG_ON() in tick_nohz_stop_sched_tick() triggers on some boxen.
Remove the BUG_ON and print information about the pending softirq
to allow better debugging of the problem.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/time/tick-sched.c

Simple merge