Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360757
b: refs/heads/master
c: facd8b8
h: refs/heads/master
i:
  360755: 4c6284d
v: v3
  • Loading branch information
Thomas Gleixner committed Feb 21, 2013
1 parent a940d8c commit 1dc9785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 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: 74eed0163d0def3fce27228d9ccf3d36e207b286
refs/heads/master: facd8b80c67a3cf64a467c4a2ac5fb31f2e6745b
12 changes: 2 additions & 10 deletions trunk/kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,18 +322,10 @@ void irq_enter(void)

static inline void invoke_softirq(void)
{
if (!force_irqthreads) {
#ifdef __ARCH_IRQ_EXIT_IRQS_DISABLED
if (!force_irqthreads)
__do_softirq();
#else
do_softirq();
#endif
} else {
__local_bh_disable((unsigned long)__builtin_return_address(0),
SOFTIRQ_OFFSET);
else
wakeup_softirqd();
__local_bh_enable(SOFTIRQ_OFFSET);
}
}

/*
Expand Down

0 comments on commit 1dc9785

Please sign in to comment.