diff options
Diffstat (limited to 'arch/arm/mach-ux500/platsmp.c')
-rw-r--r-- | arch/arm/mach-ux500/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/platsmp.c b/arch/arm/mach-ux500/platsmp.c index 2115a0cf07b0..d77e76cb7edd 100644 --- a/arch/arm/mach-ux500/platsmp.c +++ b/arch/arm/mach-ux500/platsmp.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * control for which core is the next to come out of the secondary | 25 | * control for which core is the next to come out of the secondary |
26 | * boot "holding pen" | 26 | * boot "holding pen" |
27 | */ | 27 | */ |
28 | volatile int __cpuinitdata pen_release = -1; | 28 | volatile int pen_release = -1; |
29 | 29 | ||
30 | /* | 30 | /* |
31 | * Write pen_release in a way that is guaranteed to be visible to all | 31 | * Write pen_release in a way that is guaranteed to be visible to all |