summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2017-10-04 01:29:49 +0300
committerTejun Heo <tj@kernel.org>2017-10-04 16:53:32 +0300
commit438a50618095061920d3a30d4c5ca1ef2e0ff860 (patch)
tree71fd9e344473b605be6c9eac1cc6dab957dca3d2 /crypto
parentd81fa669e3de7eb8a631d7d95dac5fbcb2bf9d4e (diff)
downloadlinux-438a50618095061920d3a30d4c5ca1ef2e0ff860.tar.xz
percpu: don't forget to free the temporary struct pcpu_alloc_info
Unlike the SMP case, the !SMP case does not free the memory for struct pcpu_alloc_info allocated in setup_per_cpu_areas(). And to give it a chance of being reused by the page allocator later, align it to a page boundary just like its size. Signed-off-by: Nicolas Pitre <nico@linaro.org> Acked-by: Dennis Zhou <dennisszhou@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions