Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118773
b: refs/heads/master
c: ee5f80a
h: refs/heads/master
i:
  118771: 5f37a63
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed Nov 10, 2008
1 parent 10d0a11 commit ced7e7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 5ceb1a04187553e08c6ab60d30cee7c454ee139a
refs/heads/master: ee5f80a993539490a07477ff2526bf62c503fbb4
7 changes: 4 additions & 3 deletions trunk/kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,11 @@ void irq_enter(void)
{
int cpu = smp_processor_id();

if (idle_cpu(cpu) && !in_interrupt())
if (idle_cpu(cpu) && !in_interrupt()) {
__irq_enter();
tick_check_idle(cpu);

__irq_enter();
} else
__irq_enter();
}

#ifdef __ARCH_IRQ_EXIT_IRQS_DISABLED
Expand Down

0 comments on commit ced7e7c

Please sign in to comment.