diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-07-07 20:56:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-07 21:23:41 -0400 |
commit | 62d60e9f0f890c31e5a83a7d8ecdfd1c7975fdb9 (patch) | |
tree | 840653ffa74b54ec277630116355d161ab076679 /arch/ppc64/kernel/iSeries_setup.c | |
parent | c66d5dd6b5b62e1435b95c0fb42f6bcddeb395ea (diff) |
[PATCH] ppc64: Fixup platforms for new ppc_md.idle
This patch fixes up iSeries, pSeries, pmac and maple to set the correct idle
function for each platform.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc64/kernel/iSeries_setup.c')
-rw-r--r-- | arch/ppc64/kernel/iSeries_setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/iSeries_setup.c b/arch/ppc64/kernel/iSeries_setup.c index 1139e27e1713..fae215ea54b4 100644 --- a/arch/ppc64/kernel/iSeries_setup.c +++ b/arch/ppc64/kernel/iSeries_setup.c | |||
@@ -940,5 +940,6 @@ void __init iSeries_early_setup(void) | |||
940 | ppc_md.get_rtc_time = iSeries_get_rtc_time; | 940 | ppc_md.get_rtc_time = iSeries_get_rtc_time; |
941 | ppc_md.calibrate_decr = iSeries_calibrate_decr; | 941 | ppc_md.calibrate_decr = iSeries_calibrate_decr; |
942 | ppc_md.progress = iSeries_progress; | 942 | ppc_md.progress = iSeries_progress; |
943 | ppc_md.idle_loop = iSeries_idle; | ||
943 | } | 944 | } |
944 | 945 | ||