Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262412
b: refs/heads/master
c: cbc158d
h: refs/heads/master
v: v3
  • Loading branch information
David Brown authored and Linus Torvalds committed Aug 5, 2011
1 parent 3b0c7bf commit bd47f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 53d1e658df6e26d62500410719aaee2b82067c03
refs/heads/master: cbc158d6bfa1990f7869717bb5270867c66068d1
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void cpu_idle(void)
cpu_relax();
} else {
stop_critical_timings();
if (cpuidle_call_idle())
if (cpuidle_idle_call())
pm_idle();
start_critical_timings();
/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void cpu_idle(void)
local_irq_disable();
/* Don't trace irqs off for idle */
stop_critical_timings();
if (cpuidle_call_idle())
if (cpuidle_idle_call())
pm_idle();
/*
* Sanity check to ensure that pm_idle() returns
Expand Down

0 comments on commit bd47f8b

Please sign in to comment.