powerpc: Change CONFIG_E500 to CONFIG_PPC_E500
[sfrench/cifs-2.6.git] / arch / powerpc / kernel / setup_32.c
index 8132617893035cfa04ae18b81e6399c691bf7740..b761cc1a403c3df4af9858758a5f635b546b0e58 100644 (file)
@@ -207,7 +207,7 @@ void __init setup_power_save(void)
                ppc_md.power_save = ppc6xx_idle;
 #endif
 
-#ifdef CONFIG_E500
+#ifdef CONFIG_PPC_E500
        if (cpu_has_feature(CPU_FTR_CAN_DOZE) ||
            cpu_has_feature(CPU_FTR_CAN_NAP))
                ppc_md.power_save = e500_idle;