Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5522
b: refs/heads/master
c: c70f5d6
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 30, 2005
1 parent f6d3586 commit af9d6c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6d1d07e41a1de478a0da3cc14b4a8054ef09931c
refs/heads/master: c70f5d6610c601ea2ae4ae4e49f66c80801e895f
4 changes: 2 additions & 2 deletions trunk/kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ asmlinkage void __do_softirq(void)
/* Reset the pending bitmask before enabling irqs */
local_softirq_pending() = 0;

//local_irq_enable();
local_irq_enable();

h = softirq_vec;

Expand All @@ -99,7 +99,7 @@ asmlinkage void __do_softirq(void)
pending >>= 1;
} while (pending);

//local_irq_disable();
local_irq_disable();

pending = local_softirq_pending();
if (pending && --max_restart)
Expand Down

0 comments on commit af9d6c2

Please sign in to comment.