arm64: add __init/__initdata section marker to some functions/variables
authorJisheng Zhang <jszhang@marvell.com>
Fri, 20 Nov 2015 09:59:10 +0000 (17:59 +0800)
committerAlex Shi <alex.shi@linaro.org>
Wed, 11 May 2016 07:56:34 +0000 (15:56 +0800)
commit1a9cc42c0a812241f6cd679a19aefba2900437a7
tree368835557427b1adbe06b8866236668388371578
parent6e8ef09edf4a9e61a04fad753ffeebaecc60b568
arm64: add __init/__initdata section marker to some functions/variables

These functions/variables are not needed after booting, so mark them
as __init or __initdata.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
(cherry picked from commit a7c61a3452d39078919f0e1f493ff966fb64f0db)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
arch/arm64/kernel/armv8_deprecated.c
arch/arm64/kernel/cpufeature.c
arch/arm64/kernel/fpsimd.c
arch/arm64/mm/dma-mapping.c
arch/arm64/mm/init.c