aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/percpu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/percpu.c b/mm/percpu.c
index af3dd2704efd..e10f9f7a8887 100644
--- a/mm/percpu.c
+++ b/mm/percpu.c
@@ -2250,8 +2250,6 @@ void __init setup_per_cpu_areas(void)
2250 2250
2251 if (pcpu_setup_first_chunk(ai, fc) < 0) 2251 if (pcpu_setup_first_chunk(ai, fc) < 0)
2252 panic("Failed to initialize percpu areas."); 2252 panic("Failed to initialize percpu areas.");
2253
2254 pcpu_free_alloc_info(ai);
2255} 2253}
2256 2254
2257#endif /* CONFIG_SMP */ 2255#endif /* CONFIG_SMP */