X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-arm26%2Fhardirq.h;h=e717742ffce06905a0231f4e62e78b7d3568f054;hb=f0b364a13d7fba001c0571d954f165dfaf5f434a;hp=dc28daab8aa8d7786fa619facc0116480c33858e;hpb=d58dde0f552a5c5c4485b962d8b6e9dd54fefb30;p=mv-sheeva.git diff --git a/include/asm-arm26/hardirq.h b/include/asm-arm26/hardirq.h index dc28daab8aa..e717742ffce 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