Go to the documentation of this file.
16 #define NR_SPARE_IRQS 32
18 #include <mach/anomaly.h>
33 #if ANOMALY_05000244 && defined(CONFIG_BFIN_ICACHE)
34 # define NOP_PAD_ANOMALY_05000244 "nop; nop;"
36 # define NOP_PAD_ANOMALY_05000244
39 #define idle_with_irq_disabled() \
40 __asm__ __volatile__( \
41 NOP_PAD_ANOMALY_05000244 \
46 : "d" (bfin_irq_flags) \