Home
last modified time | relevance | path

Searched hist:"18 ab7db6b749ac27aac08d572afbbd2f4d937934" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dsuspend.cdiff 18ab7db6b749ac27aac08d572afbbd2f4d937934 Thu Jul 17 12:19:20 CDT 2014 Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com> arm64: kernel: add missing __init section marker to cpu_suspend_init

Suspend init function must be marked as __init, since it is not needed
after the kernel has booted. This patch moves the cpu_suspend_init()
function to the __init section.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>