Revision bc5393a6c9c0e70b4b43fb2fb63e3315e9a15c8f authored by Thomas Gleixner on 19 February 2007, 18:12:05 UTC, committed by Linus Torvalds on 19 February 2007, 22:18:43 UTC
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>
1 parent 6ba9b34
History
File Mode Size
Kconfig -rw-r--r-- 993 bytes
Makefile -rw-r--r-- 244 bytes
kvm.h -rw-r--r-- 16.0 KB
kvm_main.c -rw-r--r-- 49.2 KB
kvm_svm.h -rw-r--r-- 989 bytes
kvm_vmx.h -rw-r--r-- 222 bytes
mmu.c -rw-r--r-- 34.4 KB
paging_tmpl.h -rw-r--r-- 12.2 KB
segment_descriptor.h -rw-r--r-- 281 bytes
svm.c -rw-r--r-- 42.7 KB
svm.h -rw-r--r-- 7.7 KB
vmx.c -rw-r--r-- 51.8 KB
vmx.h -rw-r--r-- 12.0 KB
x86_emulate.c -rw-r--r-- 37.4 KB
x86_emulate.h -rw-r--r-- 7.0 KB

back to top