提交 59a9cfdd 编写于 作者: Y Yehuda Yitschak 提交者: Albert ARIBAUD

gic: fixed compilation error in GICv2 wait for interrupt macro

a hexadicemal value was missing the "0x" prefix which caused
	assembler error
Signed-off-by: NYehuda Yitschak <yehuday@marvell.com>
上级 b81fa615
......@@ -193,7 +193,7 @@ lr .req x30
0 : wfi
ldr \wreg2, [\xreg1, GICC_AIAR]
str \wreg2, [\xreg1, GICC_AEOIR]
and \wreg2, \wreg2, #3ff
and \wreg2, \wreg2, #0x3ff
cbnz \wreg2, 0b
.endm
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册