diff options
-rw-r--r-- | arch/powerpc/mm/numa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index d7737a542fd7..9918c0200857 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c | |||
@@ -1128,8 +1128,7 @@ void __init do_init_bootmem(void) | |||
1128 | * early in boot, cf. smp_prepare_cpus(). | 1128 | * early in boot, cf. smp_prepare_cpus(). |
1129 | */ | 1129 | */ |
1130 | for_each_possible_cpu(cpu) { | 1130 | for_each_possible_cpu(cpu) { |
1131 | cpu_numa_callback(&ppc64_numa_nb, CPU_UP_PREPARE, | 1131 | numa_setup_cpu((unsigned long)cpu); |
1132 | (void *)(unsigned long)cpu); | ||
1133 | } | 1132 | } |
1134 | } | 1133 | } |
1135 | 1134 | ||