aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2012-03-21 14:23:27 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-03-27 20:33:23 -0400
commit1d9a47315042606b4217691bcea36cfa6ccbde66 (patch)
tree1c60e6588e0394cc9eaebf22c377803eec1590c5 /arch/powerpc/kernel/irq.c
parent7ba3e4f5877466b0f81dcd3cb78db5d75b267645 (diff)
powerpc: Random little legacy iSeries removal tidy ups
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
-rw-r--r--arch/powerpc/kernel/irq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c
index 46ce5f733511..cea2d9f3ae4e 100644
--- a/arch/powerpc/kernel/irq.c
+++ b/arch/powerpc/kernel/irq.c
@@ -208,8 +208,8 @@ notrace void arch_local_irq_restore(unsigned long en)
208 * we are checking the "new" CPU instead of the old one. This 208 * we are checking the "new" CPU instead of the old one. This
209 * is only a problem if an event happened on the "old" CPU. 209 * is only a problem if an event happened on the "old" CPU.
210 * 210 *
211 * External interrupt events on non-iseries will have caused 211 * External interrupt events will have caused interrupts to
212 * interrupts to be hard-disabled, so there is no problem, we 212 * be hard-disabled, so there is no problem, we
213 * cannot have preempted. 213 * cannot have preempted.
214 */ 214 */
215 irq_happened = get_irq_happened(); 215 irq_happened = get_irq_happened();