diff options
| -rw-r--r-- | arch/x86/include/asm/hardirq.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/include/asm/hardirq.h b/arch/x86/include/asm/hardirq.h index 5ea2afd4c871..740a428acf1e 100644 --- a/arch/x86/include/asm/hardirq.h +++ b/arch/x86/include/asm/hardirq.h | |||
| @@ -50,14 +50,6 @@ DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat); | |||
| 50 | 50 | ||
| 51 | #define inc_irq_stat(member) this_cpu_inc(irq_stat.member) | 51 | #define inc_irq_stat(member) this_cpu_inc(irq_stat.member) |
| 52 | 52 | ||
| 53 | #define local_softirq_pending() this_cpu_read(irq_stat.__softirq_pending) | ||
| 54 | |||
| 55 | #define __ARCH_SET_SOFTIRQ_PENDING | ||
| 56 | |||
| 57 | #define set_softirq_pending(x) \ | ||
| 58 | this_cpu_write(irq_stat.__softirq_pending, (x)) | ||
| 59 | #define or_softirq_pending(x) this_cpu_or(irq_stat.__softirq_pending, (x)) | ||
| 60 | |||
| 61 | extern void ack_bad_irq(unsigned int irq); | 53 | extern void ack_bad_irq(unsigned int irq); |
| 62 | 54 | ||
| 63 | extern u64 arch_irq_stat_cpu(unsigned int cpu); | 55 | extern u64 arch_irq_stat_cpu(unsigned int cpu); |
