summaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
diff options
context:
space:
mode:
authorJens Axboe2014-09-22 19:57:32 +0200
committerJens Axboe2014-09-22 19:57:32 +0200
commit6d11fb454b161a4565c57be6f1c5527235741003 (patch)
treec238ed3df2f654181c2a0746478a33b32214cc60 /mm/percpu.c
parentMerge branch 'for-linus' into for-3.18/core (diff)
parentblk-mq: use blk_mq_start_hw_queues() when running requeue work (diff)
downloadkernel-qcow2-linux-6d11fb454b161a4565c57be6f1c5527235741003.tar.gz
kernel-qcow2-linux-6d11fb454b161a4565c57be6f1c5527235741003.tar.xz
kernel-qcow2-linux-6d11fb454b161a4565c57be6f1c5527235741003.zip
Merge branch 'for-linus' into for-3.18/core
Moving patches from for-linus to 3.18 instead, pull in this changes that will go to Linus today.
Diffstat (limited to 'mm/percpu.c')
-rw-r--r--mm/percpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/percpu.c b/mm/percpu.c
index 2139e30a4b44..da997f9800bd 100644
--- a/mm/percpu.c
+++ b/mm/percpu.c
@@ -1932,6 +1932,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 */