powerpc: Unify the 32 and 64 bit idle loops
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / powerpc / platforms / powermac / setup.c
index 385aab90c4d264bfa3a4353d6144c8dbf86cafb7..c2696d00672a1ca67faefaced5e2de7ecc7b4ed1 100644 (file)
@@ -733,7 +733,7 @@ struct machdep_calls __initdata pmac_md = {
        .progress               = udbg_progress,
 #ifdef CONFIG_PPC64
        .pci_probe_mode         = pmac_pci_probe_mode,
-       .idle_loop              = native_idle,
+       .power_save             = power4_idle,
        .enable_pmcs            = power4_enable_pmcs,
 #ifdef CONFIG_KEXEC
        .machine_kexec          = default_machine_kexec,