ARM: dra762: Enable SMP for dra762
authorLokesh Vutla <lokeshvutla@ti.com>
Sat, 12 Aug 2017 04:06:01 +0000 (09:36 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 14 Aug 2017 17:33:13 +0000 (10:33 -0700)
commit59895a7b411c39f05ec8950df6aec0624e6614a3
treee247be716d2bc7479ad105e1b09747c323d4007b
parent6694c7497e4749a635cec5e9cdd4b63e80182ade
ARM: dra762: Enable SMP for dra762

smp specific routines are called based on soc_is_*() api in omap-smc.c.
Add soc_is_dra76x() to the condition so that smp specific routines are
called for dra76 SoC.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap-smp.c