]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: smp: move the pen to a header file
authorAbhimanyu Kapur <abhimany@codeaurora.org>
Tue, 18 Feb 2014 17:36:37 +0000 (09:36 -0800)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:54:38 +0000 (09:54 +0000)
commit1833a02bf58d79769696ac8841431a2303b8c7fe
treedd7550c1abde188ffc49818a3d18605059f37eb5
parent9e4914e8682dda16acb5eae9ba56f28c9e229320
arm64: smp: move the pen to a header file

Move the secondary_pen_release variable and the secondary_holding_pen
entry function to asm/smp_plat.h so that the other cpu ops implementations
can share them.

Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
arch/arm64/include/asm/smp_plat.h
arch/arm64/kernel/smp.c
arch/arm64/kernel/smp_spin_table.c