DORMANTno replies REVIEWED: 1 (0M)

1 review trailer.

[PATCH 1/1 RESEND] ARM: plat-versatile: move secondary CPU startup code out of .init.

From: Claudio Fontana <hidden>
Date: 2012-11-16 12:16:38
Also in: lkml
Subsystem: arm port, the rest · Maintainers: Russell King, Linus Torvalds

Using __CPUINIT instead of __INIT puts the secondary CPU startup code
into the "right" section: it will not be freed in hotplug configurations,
allowing hot-add of cpus, while still getting freed in non-hotplug configs.

Signed-off-by: Claudio Fontana <redacted>
Tested-by: Claudio Fontana <redacted>
diff --git a/arch/arm/plat-versatile/headsmp.S b/arch/arm/plat-versatile/headsmp.S
index dd703ef..19fe180 100644
--- a/arch/arm/plat-versatile/headsmp.S
+++ b/arch/arm/plat-versatile/headsmp.S
@@ -11,7 +11,7 @@
 #include <linux/linkage.h>
 #include <linux/init.h>
 
-	__INIT
+	__CPUINIT
 
 /*
  * Realview/Versatile Express specific entry point for secondary CPUs.
-- 
1.7.12.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help