[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>
This commit is contained in:
committed by
Linus Torvalds
parent
c66d5dd6b5
commit
62d60e9f0f
@@ -177,6 +177,8 @@ void __init maple_setup_arch(void)
|
||||
#ifdef CONFIG_DUMMY_CONSOLE
|
||||
conswitchp = &dummy_con;
|
||||
#endif
|
||||
|
||||
printk(KERN_INFO "Using native/NAP idle loop\n");
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -297,4 +299,5 @@ struct machdep_calls __initdata maple_md = {
|
||||
.get_rtc_time = maple_get_rtc_time,
|
||||
.calibrate_decr = generic_calibrate_decr,
|
||||
.progress = maple_progress,
|
||||
.idle_loop = native_idle,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user