Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'socfpga/soc' into next/soc

* socfpga/soc:
ARM: socfpga: fix build error due to secondary_startup

+1 -1
+1 -1
arch/arm/mach-socfpga/platsmp.c
··· 63 63 SOCFPGA_A10_RSTMGR_MODMPURST); 64 64 memcpy(phys_to_virt(0), &secondary_trampoline, trampoline_size); 65 65 66 - writel(virt_to_phys(socfpga_secondary_startup), 66 + writel(virt_to_phys(secondary_startup), 67 67 sys_manager_base_addr + (socfpga_cpu1start_addr & 0x00000fff)); 68 68 69 69 flush_cache_all();