diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2013-04-09 07:29:17 +0200 |
---|---|---|
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | 2013-04-24 16:37:03 +0200 |
commit | a7eb7c6f9a657a01a8359edae31bbeacd18b072c (patch) | |
tree | 23ec91e05f9192cceb6316e98ebd2f46f2786dd4 /arch/arm/include/asm/mcpm.h | |
parent | ARM: mcpm: generic SMP secondary bringup and hotplug support (diff) | |
download | linux-a7eb7c6f9a657a01a8359edae31bbeacd18b072c.tar.xz linux-a7eb7c6f9a657a01a8359edae31bbeacd18b072c.zip |
ARM: mcpm: provide an interface to set the SMP ops at run time
This is cleaner than exporting the mcpm_smp_ops structure.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'arch/arm/include/asm/mcpm.h')
-rw-r--r-- | arch/arm/include/asm/mcpm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mcpm.h b/arch/arm/include/asm/mcpm.h index 3046e90210cb..0f7b7620e9a5 100644 --- a/arch/arm/include/asm/mcpm.h +++ b/arch/arm/include/asm/mcpm.h @@ -167,6 +167,8 @@ int __mcpm_cluster_state(unsigned int cluster); int __init mcpm_sync_init( void (*power_up_setup)(unsigned int affinity_level)); +void __init mcpm_smp_set_ops(void); + #else /* |