summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-versatile/headsmp.S
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2018-12-13 13:54:26 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2018-12-14 15:44:59 +0100
commitd9b778e7bf2d37251d7ce365b39ebe86332c7a10 (patch)
treec7ecd13d3acf7e727529fce5835ac7f54f70883d /arch/arm/plat-versatile/headsmp.S
parentARM: versatile: convert boot_lock to raw (diff)
downloadlinux-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/headsmp.S')
-rw-r--r--arch/arm/plat-versatile/headsmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-versatile/headsmp.S b/arch/arm/plat-versatile/headsmp.S
index 40f27e52de75..e99396dfa6f3 100644
--- a/arch/arm/plat-versatile/headsmp.S
+++ b/arch/arm/plat-versatile/headsmp.S
@@ -37,5 +37,5 @@ pen: ldr r7, [r6]
.align
1: .long .
- .long pen_release
+ .long versatile_cpu_release
ENDPROC(versatile_secondary_startup)