Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351093
b: refs/heads/master
c: 3e7fc70
h: refs/heads/master
i:
  351091: 36e3064
v: v3
  • Loading branch information
Len Brown committed Feb 18, 2013
1 parent 021b25f commit fed3a0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 28f14185c818c3b6a02b4e0dc00d9aca100ce024
refs/heads/master: 3e7fc708eb41f6385cf5cf64a68417a4be822be8
3 changes: 0 additions & 3 deletions trunk/arch/ia64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ void (*ia64_mark_idle)(int);

unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE;
EXPORT_SYMBOL(boot_option_idle_override);
void (*pm_idle) (void);
EXPORT_SYMBOL(pm_idle);
void (*pm_power_off) (void);
EXPORT_SYMBOL(pm_power_off);

Expand Down Expand Up @@ -301,7 +299,6 @@ cpu_idle (void)
if (mark_idle)
(*mark_idle)(1);

idle = pm_idle;
if (!idle)
idle = default_idle;
(*idle)();
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/ia64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,6 @@ cpu_init (void)
max_num_phys_stacked = num_phys_stacked;
}
platform_cpu_init();
pm_idle = default_idle;
}

void __init
Expand Down

0 comments on commit fed3a0b

Please sign in to comment.