commit | 22b8f9ee4a91638a4c8f57e957a91cf49788332a | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Aug 15 17:11:31 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Aug 18 14:22:34 2008 +1000 |
tree | e2e7a467f4a7f59dc8559084b0432be19b73e858 | |
parent | 9acd57ca74b12bc8ba8da12c72b19ede2cddcb53 [diff] |
powerpc: Fix lockdep IRQ tracing bug A small bogon sneaked into the ppc64 lockdep support. A test is branching slightly off causing a clobbered register value to overwrite the irq state under some circumstances. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>