[PATCH] powerpc/mm: fix typo of cpumask_clear_cpu()

2009-12-14 Thread Li Yang
The function name of cpumask_clear_cpu was not correct. Reported-by: Jin Qing b24...@freescale.com Signed-off-by: Li Yang le...@freescale.com --- This also implies that the CONFIG_HOTPLUG_CPU was never tested. We are trying to add cpu hotplug for SMP suspend, but seeing the following error(on

Re: [PATCH] powerpc/mm: fix typo of cpumask_clear_cpu()

2009-12-14 Thread Benjamin Herrenschmidt
On Mon, 2009-12-14 at 21:01 +0800, Li Yang wrote: The function name of cpumask_clear_cpu was not correct. Reported-by: Jin Qing b24...@freescale.com Signed-off-by: Li Yang le...@freescale.com --- This also implies that the CONFIG_HOTPLUG_CPU was never tested. We are trying to add cpu