diff options
Diffstat (limited to 'arch/arm/kernel/smp.c')
-rw-r--r-- | arch/arm/kernel/smp.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c index ac3ce029afb8..aa4ffe6e5ecf 100644 --- a/arch/arm/kernel/smp.c +++ b/arch/arm/kernel/smp.c | |||
@@ -51,6 +51,12 @@ | |||
51 | */ | 51 | */ |
52 | struct secondary_data secondary_data; | 52 | struct secondary_data secondary_data; |
53 | 53 | ||
54 | /* | ||
55 | * control for which core is the next to come out of the secondary | ||
56 | * boot "holding pen" | ||
57 | */ | ||
58 | volatile int __cpuinitdata pen_release = -1; | ||
59 | |||
54 | enum ipi_msg_type { | 60 | enum ipi_msg_type { |
55 | IPI_TIMER = 2, | 61 | IPI_TIMER = 2, |
56 | IPI_RESCHEDULE, | 62 | IPI_RESCHEDULE, |