diff options
| author | Marc Zyngier <marc.zyngier@arm.com> | 2011-09-08 08:15:22 -0400 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-13 09:34:50 -0400 |
| commit | 3695adc2fdaf3ad1881e0dd3e3422e5e141abd7d (patch) | |
| tree | b8bef89c2d2f7527a78b2241e7729c6858927012 /arch/arm/plat-versatile | |
| parent | abcee5fb0dfbb248d883a2f6bdb4820abe3ac524 (diff) | |
ARM: SoC: convert VExpress/RealView to SMP operations
Convert both Realview and VExpress to use struct smp_operations to
provide their SMP and CPU hotplug operation.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/plat-versatile')
| -rw-r--r-- | arch/arm/plat-versatile/include/plat/platsmp.h | 14 | ||||
| -rw-r--r-- | arch/arm/plat-versatile/platsmp.c | 4 |
2 files changed, 16 insertions, 2 deletions
diff --git a/arch/arm/plat-versatile/include/plat/platsmp.h b/arch/arm/plat-versatile/include/plat/platsmp.h new file mode 100644 index 000000000000..50fb830192e0 --- /dev/null +++ b/arch/arm/plat-versatile/include/plat/platsmp.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | /* | ||
| 2 | * linux/arch/arm/plat-versatile/include/plat/platsmp.h | ||
| 3 | * | ||
| 4 | * Copyright (C) 2011 ARM Ltd. | ||
| 5 | * All Rights Reserved | ||
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify | ||
| 8 | * it under the terms of the GNU General Public License version 2 as | ||
| 9 | * published by the Free Software Foundation. | ||
| 10 | */ | ||
| 11 | |||
| 12 | extern void versatile_secondary_startup(void); | ||
| 13 | extern void versatile_secondary_init(unsigned int cpu); | ||
| 14 | extern int versatile_boot_secondary(unsigned int cpu, struct task_struct *idle); | ||
diff --git a/arch/arm/plat-versatile/platsmp.c b/arch/arm/plat-versatile/platsmp.c index d7c5c171f5aa..39e60ac4fe65 100644 --- a/arch/arm/plat-versatile/platsmp.c +++ b/arch/arm/plat-versatile/platsmp.c | |||
| @@ -40,7 +40,7 @@ static void __cpuinit write_pen_release(int val) | |||
| 40 | 40 | ||
| 41 | static DEFINE_SPINLOCK(boot_lock); | 41 | static DEFINE_SPINLOCK(boot_lock); |
| 42 | 42 | ||
| 43 | void __cpuinit platform_secondary_init(unsigned int cpu) | 43 | void __cpuinit versatile_secondary_init(unsigned int cpu) |
| 44 | { | 44 | { |
| 45 | /* | 45 | /* |
| 46 | * if any interrupts are already enabled for the primary | 46 | * if any interrupts are already enabled for the primary |
| @@ -62,7 +62,7 @@ void __cpuinit platform_secondary_init(unsigned int cpu) | |||
| 62 | spin_unlock(&boot_lock); | 62 | spin_unlock(&boot_lock); |
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) | 65 | int __cpuinit versatile_boot_secondary(unsigned int cpu, struct task_struct *idle) |
| 66 | { | 66 | { |
| 67 | unsigned long timeout; | 67 | unsigned long timeout; |
| 68 | 68 | ||
