hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/kernel/relocate_kernel.S
....@@ -27,26 +27,26 @@
2727 ldr r3, [r0],#4
2828
2929 /* Is it a destination page. Put destination address to r4 */
30
- tst r3,#1,0
30
+ tst r3,#1
3131 beq 1f
3232 bic r4,r3,#1
3333 b 0b
3434 1:
3535 /* Is it an indirection page */
36
- tst r3,#2,0
36
+ tst r3,#2
3737 beq 1f
3838 bic r0,r3,#2
3939 b 0b
4040 1:
4141
4242 /* are we done ? */
43
- tst r3,#4,0
43
+ tst r3,#4
4444 beq 1f
4545 b 2f
4646
4747 1:
4848 /* is it source ? */
49
- tst r3,#8,0
49
+ tst r3,#8
5050 beq 0b
5151 bic r3,r3,#8
5252 mov r6,#1024