From: Eric Sesterhenn Date: Wed, 1 Feb 2006 11:06:13 +0000 (-0800) Subject: [PATCH] alpha show_interrups() trashes argument X-Git-Tag: v2.6.16-rc2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e3d98c5666c2533e67fb35dc5ad5de47db8aae;p=pandora-kernel.git [PATCH] alpha show_interrups() trashes argument This is a bug found by cpminer. The show_interrupts function reuses i as a for loop counter, and therefore trashes its contents, which are needed later. (akpm: rename local `i' to `irq', use for_each_inline_cpu()) Signed-off-by: Eric Sesterhenn Cc: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed