summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/r8a7791.h
diff options
context:
space:
mode:
authorMagnus Damm2013-10-01 10:13:16 +0200
committerSimon Horman2013-10-08 02:53:02 +0200
commit687c27b07050c21a62c4c975777c89e698649a6b (patch)
treeee6e9e117c6ee675004058e689acdbf23f648afd /arch/arm/mach-shmobile/include/mach/r8a7791.h
parentARM: shmobile: r8a7779: split r8a7779_init_irq_extpin() for DT (diff)
downloadkernel-qcow2-linux-687c27b07050c21a62c4c975777c89e698649a6b.tar.gz
kernel-qcow2-linux-687c27b07050c21a62c4c975777c89e698649a6b.tar.xz
kernel-qcow2-linux-687c27b07050c21a62c4c975777c89e698649a6b.zip
ARM: shmobile: r8a7791 SMP support
Tie in the APMU SMP code on r8a7791. When used together with the secondary CPU device node and smp_ops in the board specific code then this will allow use of the two Cortex-A15 cores in the r8a7791 SoC. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/r8a7791.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/r8a7791.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7791.h b/arch/arm/mach-shmobile/include/mach/r8a7791.h
index 2a86a5394672..051ead3c286e 100644
--- a/arch/arm/mach-shmobile/include/mach/r8a7791.h
+++ b/arch/arm/mach-shmobile/include/mach/r8a7791.h
@@ -5,5 +5,6 @@ void r8a7791_add_standard_devices(void);
void r8a7791_add_dt_devices(void);
void r8a7791_clock_init(void);
void r8a7791_init_early(void);
+extern struct smp_operations r8a7791_smp_ops;
#endif /* __ASM_R8A7791_H__ */