git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a531a14
)
softlockup: fix false positives on CONFIG_NOHZ
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 28 Nov 2007 14:52:56 +0000
(15:52 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 28 Nov 2007 14:52:56 +0000
(15:52 +0100)
David Miller reported soft lockup false-positives that trigger
on NOHZ due to CPUs idling for more than 10 seconds.
The solution is touch the softlockup watchdog when we return from
idle. (by definition we are not 'locked up' when we were idle)
http://bugzilla.kernel.org/show_bug.cgi?id=9409
Reported-by: David Miller <davem@davemloft.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/time/tick-sched.c
patch
|
blob
|
history
diff --cc
kernel/time/tick-sched.c
Simple merge