Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0679b75e authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

[PATCH] arm26: remove irq_exit() from hardirq.h

parent 19f03f75
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -27,13 +27,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