Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / 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 /* Define until common code gets sane defaults */
10 #define HARDIRQ_BITS 9
11
12 #include <asm-generic/hardirq.h>
13
14 #endif