commit | a62580e58065dc00430b16ced6e7a00837b8323f | [log] [tgz] |
---|---|---|
author | Marc Zyngier <[email protected]> | Thu Sep 08 13:15:22 2011 +0100 |
committer | Arnd Bergmann <[email protected]> | Fri Sep 14 11:14:58 2012 +0200 |
tree | d3ec9d533870478e86a2cb5f0fefc937fca7cbfc | |
parent | 5ac21a943e4052ef6743b09b6a06fbb683a3519d [diff] [blame] |
ARM: SoC: convert shmobile SMP to SMP operations Convert shmobile SMP platforms to use struct smp_operations to provide their SMP and CPU hotplug operations. Cc: Paul Mundt <[email protected]> Cc: Magnus Damm <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Acked-by: Nicolas Pitre <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7779.h b/arch/arm/mach-shmobile/include/mach/r8a7779.h index b07ad31..f504c5e 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7779.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7779.h
@@ -360,4 +360,6 @@ #define r8a7779_add_device_to_domain(pd, pdev) do { } while (0) #endif /* CONFIG_PM */ +extern struct smp_operations r8a7779_smp_ops; + #endif /* __ASM_R8A7779_H__ */