login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
May
»
21
Re: [patch 43/69] i386: HPET, check if the counter works
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Thomas Gleixner
Subject:
Re: [patch 43/69] i386: HPET, check if the counter works
Date: Monday, May 21, 2007 - 3:12 pm
On Mon, 2007-05-21 at 14:57 -0700, Andrew Morton wrote:
quoted text
> On Mon, 21 May 2007 21:58:55 +0200 > Thomas Gleixner <tglx@linutronix.de> wrote: > > > 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> > > > > Index: linux-2.6.21/kernel/time/tick-sched.c > > =================================================================== > > --- linux-2.6.21.orig/kernel/time/tick-sched.c > > +++ linux-2.6.21/kernel/time/tick-sched.c > > @@ -167,9 +167,15 @@ void tick_nohz_stop_sched_tick(void) > > goto end; > > > > cpu = smp_processor_id(); > > - if (unlikely(local_softirq_pending())) > > - printk(KERN_ERR "NOHZ: local_softirq_pending %02x\n", > > - local_softirq_pending()); > > + if (unlikely(local_softirq_pending())) { > > + static int ratelimit; > > + > > + if (ratelimit < 10) { > > + printk(KERN_ERR "NOHZ: local_softirq_pending %02x\n", > > + local_softirq_pending()); > > + ratelimit++; > > + } > > + } > > that's not a "rate" limit. I resist the temptation to rename it to "limit" > to keep mainline and -stable in sync, and coz it's temporary (we hope).
Point taken. tglx -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[patch 43/69] i386: HPET, check if the counter works
, Chris Wright
, (Mon May 21, 12:16 pm)
Re: [patch 43/69] i386: HPET, check if the counter works
, Thomas Gleixner
, (Mon May 21, 12:58 pm)
Re: [patch 43/69] i386: HPET, check if the counter works
, Thomas Gleixner
, (Mon May 21, 1:25 pm)
Re: [patch 43/69] i386: HPET, check if the counter works
, Chris Wright
, (Mon May 21, 1:33 pm)
Re: [patch 43/69] i386: HPET, check if the counter works
, Thomas Gleixner
, (Mon May 21, 1:36 pm)
Re: [patch 43/69] i386: HPET, check if the counter works
, Andrew Morton
, (Mon May 21, 2:57 pm)
Re: [patch 43/69] i386: HPET, check if the counter works
, Thomas Gleixner
, (Mon May 21, 3:12 pm)
Re: [patch 43/69] i386: HPET, check if the counter works
, dean gaudet
, (Tue Jun 5, 9:52 am)
Re: [patch 43/69] i386: HPET, check if the counter works
, dean gaudet
, (Tue Jun 5, 9:56 am)
Re: [patch 43/69] i386: HPET, check if the counter works
, Linus Torvalds
, (Tue Jun 5, 9:58 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Matthew Garrett
Re: [PATCH] Enable speedstep for sonoma processors.
Mauro Carvalho Chehab
Re: [PATCH 1/2] media: Add timberdale video-in driver
Peter Zijlstra
[PATCH 23/30] netvm: skb processing
Greg Kroah-Hartman
[PATCH 21/28] cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
git
:
Jan Hudec
Re: GIT push to sftp (feature request)
Steffen Prohaska
[PATCH 0/4] core.ignorecase
Johannes Schindelin
Re: Git checkout preserve timestamp?
Linus Torvalds
[PATCH 1/7] Make unpack_trees_options bit flags actual bitfields
Johan Herland
Re: What's cooking in git.git (Oct 2010, #01; Wed, 13)
linux-netdev
:
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Richard Cochran
Re: [PATCH v3 3/3] ptp: Added a clock that uses the eTSEC found on the MPC85xx.
Jan Engelhardt
Re: [PATCH] Fix netfilter xt_time's time_mt()'s use of do_div()
Herbert Xu
Re: [RFC PATCH 00/17] virtual-bus
Jeff Kirsher
Re: [net-next-2.6 PATCH] e1000e: don't inadvertently re-set INTX_DISABLE
git-commits-head
:
Linux Kernel Mailing List
ALSA: hda - Enable beep on Realtek codecs with PCI SSID override
Linux Kernel Mailing List
Use path_put() in a few places instead of {mnt,d}put()
Linux Kernel Mailing List
mv643xx_eth: use sw csum for big packets
Linux Kernel Mailing List
arm: fix HAVE_CLK merge goof
Linux Kernel Mailing List
arm: convert pcm037 platform to use smsc911x
freebsd-current
:
David Wolfskill
"interrupt storm..."; seems associated with an0 NIC
Andriy Gapon
Re: letting glabel recognise a media change
Garrett Cooper
Re: Only display ACPI bootmenu key if ACPI is present
Pyun YongHyeon
CFT: msk(4) Rx checksum offloading support
FreeBSD Tinderbox
[head tinderbox] failure on sparc64/sparc64
Colocation donated by:
Syndicate