Revert "percpu: free percpu allocation info for uniprocessor system"
[firefly-linux-kernel-4.4.55.git] / mm / percpu.c
index af3dd2704efd82b78759c0278e4ffd7205abe2db..e10f9f7a8887425eac725b31942788c52237a2f4 100644 (file)
@@ -2250,8 +2250,6 @@ void __init setup_per_cpu_areas(void)
 
        if (pcpu_setup_first_chunk(ai, fc) < 0)
                panic("Failed to initialize percpu areas.");
-
-       pcpu_free_alloc_info(ai);
 }
 
 #endif /* CONFIG_SMP */