Преглед изворни кода

[PATCH] ARM SMP: Mark mroe CPU init data with __cpuinitdata

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King пре 20 година
родитељ
комит
ab9b633938
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      arch/arm/mach-integrator/platsmp.c

+ 2 - 2
arch/arm/mach-integrator/platsmp.c

@@ -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);