We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424f7d3 commit 1a8bc8fCopy full SHA for 1a8bc8f
arch/x86/include/asm/hardirq.h
@@ -50,14 +50,6 @@ DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
50
51
#define inc_irq_stat(member) this_cpu_inc(irq_stat.member)
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);
62
63
extern u64 arch_irq_stat_cpu(unsigned int cpu);
0 commit comments