hardirq.h 283 B

1234567891011121314
  1. #ifndef __BFIN_HARDIRQ_H
  2. #define __BFIN_HARDIRQ_H
  3. #define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
  4. extern void ack_bad_irq(unsigned int irq);
  5. #define ack_bad_irq ack_bad_irq
  6. /* Define until common code gets sane defaults */
  7. #define HARDIRQ_BITS 9
  8. #include <asm-generic/hardirq.h>
  9. #endif