Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358447
b: refs/heads/master
c: c192b19
h: refs/heads/master
i:
  358445: c2c333e
  358443: 76c1b4c
  358439: 42c4b32
  358431: 2e1ae71
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Rafael J. Wysocki committed Feb 22, 2013
1 parent 52a8029 commit a34030d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: eba87ef89f7e669062a14d6008e40a8b8f777e74
refs/heads/master: c192b196d0f3a239f9f056d02a983c48cdf128d9
5 changes: 1 addition & 4 deletions trunk/arch/microblaze/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,10 @@ void cpu_idle(void)

/* endless idle loop with no priority at all */
while (1) {
if (!idle)
idle = default_idle;

tick_nohz_idle_enter();
rcu_idle_enter();
while (!need_resched())
idle();
default_idle();
rcu_idle_exit();
tick_nohz_idle_exit();

Expand Down

0 comments on commit a34030d

Please sign in to comment.