ping locking
[cor_2_6_31.git] / arch / blackfin / include / asm / hardirq.h
blob0b78b873df5103fca28d39673703a4aac45e3e04
1 #ifndef __BFIN_HARDIRQ_H
2 #define __BFIN_HARDIRQ_H
4 #define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
6 extern void ack_bad_irq(unsigned int irq);
7 #define ack_bad_irq ack_bad_irq
9 /* Define until common code gets sane defaults */
10 #define HARDIRQ_BITS 9
12 #include <asm-generic/hardirq.h>
14 #endif