blob: c078dd78d998b54a5e39889bfa545dc58b964030 [file] [log] [blame]
Robin Getz96f10502009-09-24 14:11:24 +00001/*
2 * Copyright 2004-2009 Analog Devices Inc.
3 *
4 * Licensed under the GPL-2 or later.
5 */
6
Bryan Wu1394f032007-05-06 14:50:22 -07007#ifndef __BFIN_HARDIRQ_H
8#define __BFIN_HARDIRQ_H
9
Bryan Wu1394f032007-05-06 14:50:22 -070010#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
11
Mike Frysingera6387352008-11-18 17:48:22 +080012extern void ack_bad_irq(unsigned int irq);
Mike Frysingerd5ce5282009-06-13 11:32:34 -040013#define ack_bad_irq ack_bad_irq
14
Mike Frysinger6843f402009-07-16 13:53:37 -040015/* Define until common code gets sane defaults */
16#define HARDIRQ_BITS 9
17
Mike Frysingerd5ce5282009-06-13 11:32:34 -040018#include <asm-generic/hardirq.h>
Mike Frysingera6387352008-11-18 17:48:22 +080019
Bryan Wu1394f032007-05-06 14:50:22 -070020#endif