perf tools: Improve 'libbabel' feature check failure message
[linux/fpc-iii.git] / arch / blackfin / include / asm / hardirq.h
blob58b54a6d5a1627285ccfcfe76dae5eb0b5fec7ff
1 /*
2 * Copyright 2004-2009 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
5 */
7 #ifndef __BFIN_HARDIRQ_H
8 #define __BFIN_HARDIRQ_H
10 #define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
12 extern void ack_bad_irq(unsigned int irq);
13 #define ack_bad_irq ack_bad_irq
15 #include <asm-generic/hardirq.h>
17 #endif