diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-07-13 15:15:02 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-07-14 20:39:45 +0900 |
commit | 44ade5edf90ccd38efa741240efb2586239c9751 (patch) | |
tree | 0d7dbad7ed9c63f58b2a2b8c6f1b44808b4fec5b /arch/arm/mach-shmobile/setup-r8a7779.c | |
parent | 131c2e0480b0f7afefbc9a46cc4e158e17caa844 (diff) |
ARM: shmobile: r8a7779: Generic SMP ops
Add a r8a7779-specific SMP operation pointer to support
all 4 CPU cores through SMP on r8a7779 without C board code.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7779.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index 5625fd1c89c0..2c3e433f84ca 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c @@ -772,6 +772,7 @@ static const char *r8a7779_compat_dt[] __initdata = { }; DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)") + .smp = smp_ops(r8a7779_smp_ops), .map_io = r8a7779_map_io, .init_early = shmobile_init_delay, .init_time = r8a7779_init_time, |