Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361946
b: refs/heads/master
c: ed17688
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown authored and Linus Torvalds committed Mar 29, 2013
1 parent 0682689 commit 3af36ae
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: 67e17c1100d741469ce22c09ba98b55fc2aaad50
refs/heads/master: ed176886b68fbc450ddbe808684a142fcad72b56
5 changes: 1 addition & 4 deletions trunk/arch/ia64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,17 +291,14 @@ cpu_idle (void)
}

if (!need_resched()) {
void (*idle)(void);
#ifdef CONFIG_SMP
min_xtp();
#endif
rmb();
if (mark_idle)
(*mark_idle)(1);

if (!idle)
idle = default_idle;
(*idle)();
default_idle();
if (mark_idle)
(*mark_idle)(0);
#ifdef CONFIG_SMP
Expand Down

0 comments on commit 3af36ae

Please sign in to comment.