Re: powerpc: Remove unused remnants from A2 cpu

2016-05-04 Thread Michael Ellerman
On Tue, 2016-12-04 at 05:33:58 UTC, Rashmica Gupta wrote: > Support for the A2 cpu was removed in commit fb5a515704d7 ("powerpc: > Remove platforms/wsp and associated pieces"), and the externs: > __setup_cpu_a2 and __restore_cpu_a2 are still around and unused, so > remove them. > > Signed-off-by:

[PATCH] powerpc: Remove unused remnants from A2 cpu

2016-04-11 Thread Rashmica Gupta
Support for the A2 cpu was removed in commit fb5a515704d7 ("powerpc: Remove platforms/wsp and associated pieces"), and the externs: __setup_cpu_a2 and __restore_cpu_a2 are still around and unused, so remove them. Signed-off-by: Rashmica Gupta --- arch/powerpc/kernel/cputable.c | 2 -- 1 file cha