powerpc/numa: Remove redundant find_cpu_node()
authorMilton Miller <miltonm@bga.com>
Thu, 8 Jan 2009 02:19:45 +0000 (02:19 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Feb 2009 02:37:59 +0000 (13:37 +1100)
commit8b16cd238d414b8942a23f0f753cdc57b17c231a
treea66ea5d382ecf4b89797af0bf933e5694fb53db0
parent20fcefe5a0a354b0cc78ec4634d9f72dab5f1ee9
powerpc/numa: Remove redundant find_cpu_node()

Use of_get_cpu_node, which is a superset of numa.c's find_cpu_node in
a less restrictive section (text vs cpuinit).

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/numa.c