Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19418
b: refs/heads/master
c: 0679b75
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 1, 2006
1 parent 9cedcd9 commit 5c42b18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19f03f75873aebb2fb7fb592b6223b9a38bb7ad3
refs/heads/master: 0679b75e5fb653fbf6691293e7fc45520abae1d7
7 changes: 0 additions & 7 deletions trunk/include/asm-arm26/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 5c42b18

Please sign in to comment.