]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit75bc0a10f41f383026099dd1d4247a343dabc8c1
tree74e80865402d1cd6fa7b03c5e602e42a34001245
parent2610abba4f9060a495f3ef157b71252b77880270
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