|
@@ -25,15 +25,8 @@ typedef struct {
|
|
|
DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
|
|
|
|
|
#define __ARCH_IRQ_STAT
|
|
|
-
|
|
|
-#define local_softirq_pending() __this_cpu_read(irq_stat.__softirq_pending)
|
|
|
-
|
|
|
-#define __ARCH_SET_SOFTIRQ_PENDING
|
|
|
#define __ARCH_IRQ_EXIT_IRQS_DISABLED
|
|
|
|
|
|
-#define set_softirq_pending(x) __this_cpu_write(irq_stat.__softirq_pending, (x))
|
|
|
-#define or_softirq_pending(x) __this_cpu_or(irq_stat.__softirq_pending, (x))
|
|
|
-
|
|
|
static inline void ack_bad_irq(unsigned int irq)
|
|
|
{
|
|
|
printk(KERN_CRIT "unexpected IRQ trap at vector %02x\n", irq);
|