]> git.proxmox.com Git - mirror_ubuntu-disco-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)
commit1aed28f94ce6c1f6c24bcbbd5fcd749b55f65e9e
tree1926e1c437ddb6b67106e8bb1edc8d0f4ee3b027
parent67060ed148cca4f6f3cde6d6941d3b4a86ad698c
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