Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14392
b: refs/heads/master
c: 6146eed
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Nov 18, 2005
1 parent 865045e commit 5e8c950
Show file tree
Hide file tree
Showing 2 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: 437a58db57c61385baaa1cb8b7fa590b6a2f1607
refs/heads/master: 6146eed1e972a7de93ce2e36adc5812de81e879c
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/pseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ static void pseries_dedicated_idle(void)
lpaca->lppaca.idle = 1;

if (!need_resched()) {
start_snooze = __get_tb() +
start_snooze = get_tb() +
*smt_snooze_delay * tb_ticks_per_usec;

while (!need_resched() && !cpu_is_offline(cpu)) {
Expand All @@ -518,7 +518,7 @@ static void pseries_dedicated_idle(void)
HMT_very_low();

if (*smt_snooze_delay != 0 &&
__get_tb() > start_snooze) {
get_tb() > start_snooze) {
HMT_medium();
dedicated_idle_sleep(cpu);
}
Expand Down

0 comments on commit 5e8c950

Please sign in to comment.