diff options
Diffstat (limited to 'arch/powerpc/kernel/setup_64.c')
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index 6c9b093c23a5..5b63a861ef43 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c | |||
@@ -607,12 +607,6 @@ void __init setup_arch(char **cmdline_p) | |||
607 | 607 | ||
608 | ppc_md.setup_arch(); | 608 | ppc_md.setup_arch(); |
609 | 609 | ||
610 | /* Use the default idle loop if the platform hasn't provided one. */ | ||
611 | if (NULL == ppc_md.idle_loop) { | ||
612 | ppc_md.idle_loop = default_idle; | ||
613 | printk(KERN_INFO "Using default idle loop\n"); | ||
614 | } | ||
615 | |||
616 | paging_init(); | 610 | paging_init(); |
617 | ppc64_boot_msg(0x15, "Setup Done"); | 611 | ppc64_boot_msg(0x15, "Setup Done"); |
618 | } | 612 | } |