]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: vdso: add __init section marker to alloc_vectors_page
authorJisheng Zhang <jszhang@marvell.com>
Mon, 15 Aug 2016 06:45:44 +0000 (14:45 +0800)
committerWill Deacon <will.deacon@arm.com>
Mon, 22 Aug 2016 11:32:01 +0000 (12:32 +0100)
commit055119b9f243a959f0a3c85439c2e4ae19eeaa10
tree1926e1c437ddb6b67106e8bb1edc8d0f4ee3b027
parentcaf16cb6a5a29513eda71dffeb101194a8299cac
arm64: vdso: add __init section marker to alloc_vectors_page

It is not needed after booting, this patch moves the alloc_vectors_page
function to the __init section.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/vdso.c