summaryrefslogtreecommitdiff
path: root/arch/arm/plat-versatile/include/plat/platsmp.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2018-12-13 12:54:26 +0000
committerRussell King <rmk+kernel@armlinux.org.uk>2018-12-14 14:44:59 +0000
commitd9b778e7bf2d37251d7ce365b39ebe86332c7a10 (patch)
treec7ecd13d3acf7e727529fce5835ac7f54f70883d /arch/arm/plat-versatile/include/plat/platsmp.h
parent830eec24673a982bff4df85ba4d17e4a6ff201a7 (diff)
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/plat/platsmp.h')
-rw-r--r--arch/arm/plat-versatile/include/plat/platsmp.h1
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);