diff options
| -rw-r--r-- | arch/sparc/include/asm/hardirq_64.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/hardirq_64.h b/arch/sparc/include/asm/hardirq_64.h index 6aba904819a4..75b92bfe04b5 100644 --- a/arch/sparc/include/asm/hardirq_64.h +++ b/arch/sparc/include/asm/hardirq_64.h | |||
| @@ -10,8 +10,9 @@ | |||
| 10 | #include <asm/cpudata.h> | 10 | #include <asm/cpudata.h> |
| 11 | 11 | ||
| 12 | #define __ARCH_IRQ_STAT | 12 | #define __ARCH_IRQ_STAT |
| 13 | #define local_softirq_pending() \ | 13 | |
| 14 | (*this_cpu_ptr(&__cpu_data.__softirq_pending)) | 14 | #define local_softirq_pending_ref \ |
| 15 | __cpu_data.__softirq_pending | ||
| 15 | 16 | ||
| 16 | void ack_bad_irq(unsigned int irq); | 17 | void ack_bad_irq(unsigned int irq); |
| 17 | 18 | ||
