commit | bc5393a6c9c0e70b4b43fb2fb63e3315e9a15c8f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Feb 19 18:12:05 2007 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 19 14:18:43 2007 -0800 |
tree | 7fe069bfde8bef8381bead946e42036e8a325e5a | |
parent | 6ba9b346e1e0eca65ec589d32de3a9fe32dc5de6 [diff] |
[PATCH] NOHZ: Produce debug output instead of a BUG() 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>