]> err.no Git - linux-2.6/commitdiff
[PATCH] ARM SMP: Mark mroe CPU init data with __cpuinitdata
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 20 Jul 2005 20:32:26 +0000 (21:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 20 Jul 2005 20:32:26 +0000 (21:32 +0100)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-integrator/platsmp.c

index c8eef97d0c1636a7d76ed482e0b5a5f30f52e56c..aecf47ba033a753040646ec8779bd48767675261 100644 (file)
@@ -27,8 +27,8 @@ extern void integrator_secondary_startup(void);
  * control for which core is the next to come out of the secondary
  * boot "holding pen"
  */
-volatile int __initdata pen_release = -1;
-unsigned long __initdata phys_pen_release = 0;
+volatile int __cpuinitdata pen_release = -1;
+unsigned long __cpuinitdata phys_pen_release = 0;
 
 static DEFINE_SPINLOCK(boot_lock);