powerpc/mm: Fix typo of cpumask_clear_cpu()
authorYang Li <leoli@freescale.com>
Mon, 14 Dec 2009 03:01:49 +0000 (03:01 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 18 Dec 2009 03:54:27 +0000 (14:54 +1100)
commitf04b10cddb0fbceadbad7af38c31543298948d8f
treec2c00dd85d8bd867e787f72cfaa6003283ed1c56
parent5c3399198791f7f828eb9fd504dbb46eef3cb472
powerpc/mm: Fix typo of cpumask_clear_cpu()

The function name of cpumask_clear_cpu was not correct. Fortunately
nobody uses that code with hotplug yet :-)

Reported-by: Jin Qing <b24347@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/mmu_context_nohash.c