percpu: free percpu allocation info for uniprocessor system
[pandora-kernel.git] / mm / percpu.c
index 5c29750..e29a1c4 100644 (file)
@@ -1895,6 +1895,8 @@ 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 */