Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360760
b: refs/heads/master
c: 4cd5d11
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker committed Feb 28, 2013
1 parent 191d4ca commit bfab6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 4d4c4e24cf48400a24d33feffc7cca4f4e8cabe1
refs/heads/master: 4cd5d1115c2f752ca94a0eb461b36d88fb37ed1e
7 changes: 1 addition & 6 deletions trunk/kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,7 @@ static inline void invoke_softirq(void)
void irq_exit(void)
{
#ifndef __ARCH_IRQ_EXIT_IRQS_DISABLED
unsigned long flags;

local_irq_save(flags);
local_irq_disable();
#else
WARN_ON_ONCE(!irqs_disabled());
#endif
Expand All @@ -353,9 +351,6 @@ void irq_exit(void)
tick_nohz_irq_exit();
#endif
rcu_irq_exit();
#ifndef __ARCH_IRQ_EXIT_IRQS_DISABLED
local_irq_restore(flags);
#endif
}

/*
Expand Down

0 comments on commit bfab6ab

Please sign in to comment.