| Submitter | Giuliano Pochini |
|---|---|
| Date | Feb. 22, 2009, 12:17 p.m. |
| Message ID | <20090222131746.9a80b647.pochini@shiny.it> |
| Download | mbox | patch |
| Permalink | /patch/23536/ |
| State | Accepted |
| Delegated to: | Benjamin Herrenschmidt |
| Headers | show |
Comments
Patch
--- linux-2.6.29-rc5/arch/powerpc/platforms/powermac/setup.c__orig 2009-02-14 00:31:30.000000000 +0100 +++ linux-2.6.29-rc5/arch/powerpc/platforms/powermac/setup.c 2009-02-21 22:44:14.000000000 +0100 @@ -746,4 +746,7 @@ define_machine(powermac) { #if defined(CONFIG_HOTPLUG_CPU) && defined(CONFIG_PPC64) .cpu_die = pmac_cpu_die, #endif +#if defined(CONFIG_HOTPLUG_CPU) && defined(CONFIG_PPC32) + .cpu_die = generic_mach_cpu_die, +#endif };