Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173412
b: refs/heads/master
c: 0e6d498
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Oct 16, 2009
1 parent ad98d75 commit 3c0730f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f533c3d340536198a4889a42a68d6c0d79a504e7
refs/heads/master: 0e6d4986e7940125a04ba8c3aa558f3b248cb9b4
4 changes: 3 additions & 1 deletion trunk/arch/sh/kernel/idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ void cpu_idle(void)
tick_nohz_stop_sched_tick(1);

while (!need_resched() && cpu_online(cpu)) {
check_pgt_cache();
rmb();

local_irq_disable();
/* Don't trace irqs off for idle */
stop_critical_timings();
Expand All @@ -104,7 +107,6 @@ void cpu_idle(void)
preempt_enable_no_resched();
schedule();
preempt_disable();
check_pgt_cache();
}
}

Expand Down

0 comments on commit 3c0730f

Please sign in to comment.