Commit ab9b6339 authored by Russell King's avatar Russell King Committed by Russell King

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

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent bd6f68af
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment