X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-arm26%2Fhardirq.h;h=e717742ffce06905a0231f4e62e78b7d3568f054;hb=5ada386bad58f023686b17113496ff626f10773f;hp=dc28daab8aa8d7786fa619facc0116480c33858e;hpb=9189674026e86e624b1ef1b4eb430e9ad19f9641;p=powerpc.git diff --git a/include/asm-arm26/hardirq.h b/include/asm-arm26/hardirq.h index dc28daab8a..e717742ffc 100644 --- a/include/asm-arm26/hardirq.h +++ b/include/asm-arm26/hardirq.h @@ -1,9 +1,9 @@ #ifndef __ASM_HARDIRQ_H #define __ASM_HARDIRQ_H -#include #include #include +#include typedef struct { unsigned int __softirq_pending; @@ -26,13 +26,6 @@ typedef struct { extern asmlinkage void __do_softirq(void); -#define irq_exit() \ - do { \ - preempt_count() -= IRQ_EXIT_OFFSET; \ - if (!in_interrupt() && local_softirq_pending()) \ - __do_softirq(); \ - preempt_enable_no_resched(); \ - } while (0) #endif