linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] sched fixes for v3.3-rc1
@ 2012-01-19 22:40 H. Peter Anvin
  0 siblings, 0 replies; only message in thread
From: H. Peter Anvin @ 2012-01-19 22:40 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Glauber Costa, H. Peter Anvin, Ingo Molnar,
	KAMEZAWA Hiroyuki, Linus Torvalds, Linux Kernel Mailing List,
	Paul Tuner, Peter Zijlstra, Russell King, Steven Rostedt,
	Thomas Gleixner, Tony Luck

Hi Linus,

The following changes since commit bced76aeaca03b45e3b4bdb868cada328e497847:

  sched: Fix lockup by limiting load-balance retries on lock-break (2012-01-11 17:15:12 +0100)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-for-linus

The head of this tree is f7e6746ebae984ea67b0a1a1e23c7e6698240631.

Russell King (1):
      sched/accounting, proc: Fix /proc/stat interrupts sum

 fs/proc/stat.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/fs/proc/stat.c b/fs/proc/stat.c
index d76ca6a..121f77c 100644
--- a/fs/proc/stat.c
+++ b/fs/proc/stat.c
@@ -77,6 +77,8 @@ static int show_stat(struct seq_file *p, void *v)
 		steal += kcpustat_cpu(i).cpustat[CPUTIME_STEAL];
 		guest += kcpustat_cpu(i).cpustat[CPUTIME_GUEST];
 		guest_nice += kcpustat_cpu(i).cpustat[CPUTIME_GUEST_NICE];
+		sum += kstat_cpu_irqs_sum(i);
+		sum += arch_irq_stat_cpu(i);
 
 		for (j = 0; j < NR_SOFTIRQS; j++) {
 			unsigned int softirq_stat = kstat_softirqs_cpu(j, i);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-19 22:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-19 22:40 [GIT PULL] sched fixes for v3.3-rc1 H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).