2 * Copyright 2004-2009 Analog Devices Inc.
4 * 2002 Arcturus Networks Inc. (www.arcturusnetworks.com
5 * Ted Ma <mated@sympatico.ca>
7 * Licensed under the GPL-2
13 #include <linux/irqflags.h>
15 #include <mach/anomaly.h>
17 /* SYS_IRQS and NR_IRQS are defined in <mach-bf5xx/irq.h> */
20 #if ANOMALY_05000244 && defined(CONFIG_BFIN_ICACHE)
21 # define NOP_PAD_ANOMALY_05000244 "nop; nop;"
23 # define NOP_PAD_ANOMALY_05000244
26 #define idle_with_irq_disabled() \
27 __asm__ __volatile__( \
28 NOP_PAD_ANOMALY_05000244 \
33 : "d" (bfin_irq_flags) \
36 #include <asm-generic/irq.h>
38 #endif /* _BFIN_IRQ_H_ */