linux/arch/arm/mach-socfpga
Kevin Hilman 89b8da06ba ARM: socfpga: fix build error due to secondary_startup
After commit 02b4e2756e (ARM: v7 setup function should invalidate L1
cache) the soc specific secondary_startup is removed, causing build
failures:

../arch/arm/mach-socfpga/platsmp.c: In function 'socfpga_a10_boot_secondary':
../arch/arm/mach-socfpga/platsmp.c:66:140: error: 'socfpga_secondary_startup' undeclared (first use in this function)
../arch/arm/mach-socfpga/platsmp.c:66:140: note: each undeclared identifier is reported only once for each function it appears in

To fix, use the generic secondary_startup.

Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
2015-06-11 15:41:58 -07:00
..
core.h ARM: socfpga: support suspend to ram 2015-06-10 16:02:11 -07:00
headsmp.S ARM: socfpga: enable big endian for secondary core(s) 2015-05-11 13:59:23 -05:00
Kconfig ARM: socfpga: support suspend to ram 2015-06-10 16:02:11 -07:00
Makefile ARM: socfpga: support suspend to ram 2015-06-10 16:02:11 -07:00
platsmp.c ARM: socfpga: fix build error due to secondary_startup 2015-06-11 15:41:58 -07:00
pm.c ARM: socfpga: support suspend to ram 2015-06-10 16:02:11 -07:00
self-refresh.S ARM: socfpga: support suspend to ram 2015-06-10 16:02:11 -07:00
socfpga.c ARM: socfpga: support suspend to ram 2015-06-10 16:02:11 -07:00