提交 448c077e 编写于 作者: M Matthijs van Duin 提交者: Tony Lindgren

ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build

'adr' yields a data-pointer, not a function-pointer.

Fixes: 999f934d ("ARM: omap5/dra7xx: Enable booting secondary
CPU in HYP mode")
Signed-off-by: NMatthijs van Duin <matthijsvanduin@gmail.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 17912508
......@@ -17,6 +17,7 @@
#include <linux/linkage.h>
#include <linux/init.h>
#include <asm/assembler.h>
#include "omap44xx.h"
......@@ -66,7 +67,7 @@ wait_2: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0
cmp r0, r4
bne wait_2
ldr r12, =API_HYP_ENTRY
adr r0, hyp_boot
badr r0, hyp_boot
smc #0
hyp_boot:
b omap_secondary_startup
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册