arm64: Add __init section marker to some functions
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>
Tue, 30 Mar 2021 05:54:49 +0000 (13:54 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 8 Apr 2021 16:45:10 +0000 (17:45 +0100)
commita7dcf58ae5d2f7c6f1bbe13290897f539f9cd75b
tree74e80865402d1cd6fa7b03c5e602e42a34001245
parentcccb78ce89c45a4414db712be4986edfb92434bd
arm64: Add __init section marker to some functions

They are not needed after booting, so mark them as __init to move them
to the .init section.

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://lore.kernel.org/r/20210330135449.4dcffd7f@xhacker.debian
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/ptdump.h
arch/arm64/kernel/vdso.c
arch/arm64/mm/ptdump.c
arch/arm64/mm/ptdump_debugfs.c