Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288773
b: refs/heads/master
c: 0a8a2e7
h: refs/heads/master
i:
  288771: eb878ac
v: v3
  • Loading branch information
Frederic Weisbecker authored and Thomas Gleixner committed Feb 15, 2012
1 parent 9abffdd commit 3172620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 15f827be93928890bba965bc175caee50c4406d2
refs/heads/master: 0a8a2e78b7eece7c65884fcff9f98dc0fce89ee4
2 changes: 1 addition & 1 deletion trunk/kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ void irq_enter(void)
int cpu = smp_processor_id();

rcu_irq_enter();
if (idle_cpu(cpu) && !in_interrupt()) {
if (is_idle_task(current) && !in_interrupt()) {
/*
* Prevent raise_softirq from needlessly waking up ksoftirqd
* here, as softirq will be serviced on return from interrupt.
Expand Down

0 comments on commit 3172620

Please sign in to comment.