From: Keith Owens Date: Sun, 22 Jul 2007 09:12:36 +0000 (+0200) Subject: i386: Do not include other cpus' interrupt 0 in nmi_watchdog X-Git-Tag: v2.6.23-rc1~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20fe1d30e7e1c2ee36f11856f090613b0ad58b48;p=pandora-kernel.git i386: Do not include other cpus' interrupt 0 in nmi_watchdog kstat_irqs(0) includes the count of interrupt 0 from all cpus, not just the current cpu. The updated interrupt 0 on other cpus can stop the nmi_watchdog from tripping, so only include the current cpu's int 0. Signed-off-by: Keith Owens Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed