diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2018-12-13 13:54:26 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2018-12-14 15:44:59 +0100 |
commit | d9b778e7bf2d37251d7ce365b39ebe86332c7a10 (patch) | |
tree | c7ecd13d3acf7e727529fce5835ac7f54f70883d /arch/arm/plat-versatile/include | |
parent | ARM: versatile: convert boot_lock to raw (diff) | |
download | linux-d9b778e7bf2d37251d7ce365b39ebe86332c7a10.tar.xz linux-d9b778e7bf2d37251d7ce365b39ebe86332c7a10.zip |
ARM: versatile: rename and comment SMP implementation
Rename pen_release and boot_lock in the Versatile specific SMP
implementation, describe why these exist and state clearly that they
should not be used in production implementations.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/plat-versatile/include')
-rw-r--r-- | arch/arm/plat-versatile/include/plat/platsmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-versatile/include/plat/platsmp.h b/arch/arm/plat-versatile/include/plat/platsmp.h index 9fff1f241c9e..1b087fbbc700 100644 --- a/arch/arm/plat-versatile/include/plat/platsmp.h +++ b/arch/arm/plat-versatile/include/plat/platsmp.h @@ -8,6 +8,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ +extern volatile int versatile_cpu_release; extern void versatile_secondary_startup(void); extern void versatile_secondary_init(unsigned int cpu); |