]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NOHZ: Rate limit the local softirq pending warning output
authorThomas Gleixner <tglx@linutronix.de>
Wed, 23 May 2007 20:57:37 +0000 (13:57 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 24 May 2007 03:14:11 +0000 (20:14 -0700)
commit352823160613b65fdaa558be486720a71f75ed86
tree772f0aa4c31c26f3c762baae41a288b72ce7dee7
parent43d4f961a87509b4ea5c1d6f02751aef360a632f
NOHZ: Rate limit the local softirq pending warning output

The warning in the NOHZ code, which triggers when a CPU goes idle with
softirqs pending can fill up the logs quite quickly.  Rate limit the output
until we found the root cause of that problem.

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