Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6] / arch / blackfin / include / asm / hardirq.h
1 #ifndef __BFIN_HARDIRQ_H
2 #define __BFIN_HARDIRQ_H
3
4 #define __ARCH_IRQ_EXIT_IRQS_DISABLED   1
5
6 extern void ack_bad_irq(unsigned int irq);
7 #define ack_bad_irq ack_bad_irq
8
9 #include <asm-generic/hardirq.h>
10
11 #endif