]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[ARM] Fix SMP irqflags support
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 25 Oct 2006 12:59:16 +0000 (13:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 28 Oct 2006 09:15:31 +0000 (10:15 +0100)
commitc97d4869a23c439d2bc23cb26c1147c099f9ff78
treef49760ef0b4a183dcd17ad77b7059e3163ec37ca
parent858cbcdd4f7a235f609249b9ca681b7ec5d786a3
[ARM] Fix SMP irqflags support

The IRQ changes a while back broke the build for SMP machines.
Fix up the SMP code to use set_irq_regs/get_irq_regs as
appropriate.  Also, fix a warning in arch/arm/kernel/time.c
where 'regs' becomes unused for SMP builds.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/smp.c
arch/arm/kernel/time.c