X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Farm64%2Fkernel%2Fhead.S;h=c68cca5c3523221421e93460805a3c4d9cbac5a4;hb=85cc00eaa81dfa0f5bf8076c48f3ee2c2c4a77ba;hp=7009387348b7c416f9dc8732a18c7563eac4af4e;hpb=62aceb8ff4b3f442575eb7e23629da36020dca77;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S index 7009387348b7..c68cca5c3523 100644 --- a/arch/arm64/kernel/head.S +++ b/arch/arm64/kernel/head.S @@ -282,8 +282,9 @@ ENDPROC(secondary_holding_pen) * be used where CPUs are brought online dynamically by the kernel. */ ENTRY(secondary_entry) - bl __calc_phys_offset // x2=phys offset bl el2_setup // Drop to EL1 + bl __calc_phys_offset // x24=PHYS_OFFSET, x28=PHYS_OFFSET-PAGE_OFFSET + bl set_cpu_boot_mode_flag b secondary_startup ENDPROC(secondary_entry)