Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323561
b: refs/heads/master
c: 48ae077
h: refs/heads/master
i:
  323559: 6b17245
v: v3
  • Loading branch information
Frederic Weisbecker authored and Paul E. McKenney committed Sep 23, 2012
1 parent 5d2804d commit b65b58c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2fe1430d4115c74d007c825cb9dc3317f28bb16
refs/heads/master: 48ae077cfce72591b8fc80e1dcc87806f86fed7f
3 changes: 3 additions & 0 deletions trunk/arch/m32r/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/ptrace.h>
#include <linux/unistd.h>
#include <linux/hardirq.h>
#include <linux/rcupdate.h>

#include <asm/io.h>
#include <asm/uaccess.h>
Expand Down Expand Up @@ -82,6 +83,7 @@ void cpu_idle (void)
{
/* endless idle loop with no priority at all */
while (1) {
rcu_idle_enter();
while (!need_resched()) {
void (*idle)(void) = pm_idle;

Expand All @@ -90,6 +92,7 @@ void cpu_idle (void)

idle();
}
rcu_idle_exit();
schedule_preempt_disabled();
}
}
Expand Down

0 comments on commit b65b58c

Please sign in to comment.