Message ID | 20130610091956.18944.57224.sendpatchset@w520 (mailing list archive) |
---|---|
State | Superseded |
Commit | d51972402aa77858d8b982068c797a679f470d45 |
Headers | show |
On Mon, Jun 10, 2013 at 06:19:56PM +0900, Magnus Damm wrote: > From: Magnus Damm <damm@opensource.se> > > Let r8a7779 make use of shmobile_boot_fn and shmobile_boot_arg > together with shmobile_boot_scu and the SCU base address. Thanks, I have queued this up for v3.11 in the (new) cleanup-boot branch. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- 0001/arch/arm/mach-shmobile/smp-r8a7779.c +++ work/arch/arm/mach-shmobile/smp-r8a7779.c 2013-06-05 14:58:21.000000000 +0900 @@ -101,8 +101,10 @@ static void __init r8a7779_smp_prepare_c { scu_enable(shmobile_scu_base); - /* Map the reset vector (in headsmp-scu.S) */ - __raw_writel(__pa(shmobile_secondary_vector_scu), AVECR); + /* Map the reset vector (in headsmp-scu.S, headsmp.S) */ + __raw_writel(__pa(shmobile_boot_vector), AVECR); + shmobile_boot_fn = virt_to_phys(shmobile_boot_scu); + shmobile_boot_arg = (unsigned long)shmobile_scu_base; /* enable cache coherency on booting CPU */ scu_power_mode(shmobile_scu_base, SCU_PM_NORMAL);