X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-arm26%2Fhardirq.h;h=e717742ffce06905a0231f4e62e78b7d3568f054;hb=f0b364a13d7fba001c0571d954f165dfaf5f434a;hp=9046c3c64a4325b55c7da30ffb231c5a311c788f;hpb=19f03f75873aebb2fb7fb592b6223b9a38bb7ad3;p=mv-sheeva.git diff --git a/include/asm-arm26/hardirq.h b/include/asm-arm26/hardirq.h index 9046c3c64a4..e717742ffce 100644 --- a/include/asm-arm26/hardirq.h +++ b/include/asm-arm26/hardirq.h @@ -1,7 +1,6 @@ #ifndef __ASM_HARDIRQ_H #define __ASM_HARDIRQ_H -#include #include #include #include @@ -27,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