Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses it
[safe/jmp/linux-2.6] / arch / blackfin / mach-common / ints-priority.c
index eb8dfcf..2efddce 100644 (file)
@@ -42,6 +42,8 @@
 #include <asm/gpio.h>
 #include <asm/irq_handler.h>
 
+#define SIC_SYSIRQ(irq)        (irq - (IRQ_CORETMR + 1))
+
 #ifdef BF537_FAMILY
 # define BF537_GENERIC_ERROR_INT_DEMUX
 #else