Commit 287580bb authored by Paul Mackerras's avatar Paul Mackerras

PPC32: Fix so that we don't use the 6xx-specific idle code on POWER3.

parent 147b5bc5
......@@ -530,7 +530,7 @@ machine_init(unsigned long r3, unsigned long r4, unsigned long r5,
strcpy(cmd_line, CONFIG_CMDLINE);
#endif /* CONFIG_CMDLINE */
#if defined(CONFIG_6xx) || defined(CONFIG_ALL_PPC)
#if defined(CONFIG_6xx)
ppc_md.power_save = ppc6xx_idle;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment