commit | c97d4869a23c439d2bc23cb26c1147c099f9ff78 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Oct 25 13:59:16 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Oct 28 10:15:31 2006 +0100 |
tree | f49760ef0b4a183dcd17ad77b7059e3163ec37ca | |
parent | 858cbcdd4f7a235f609249b9ca681b7ec5d786a3 [diff] |
[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>