kernel/arch/arm/kernel/relocate_kernel.S
.. .. @@ -27,26 +27,26 @@ 27 27 ldr r3, [r0],#4 28 28 29 29 /* Is it a destination page. Put destination address to r4 */ 30 - tst r3,#1,030 + tst r3,#131 31 beq 1f 32 32 bic r4,r3,#1 33 33 b 0b 34 34 1: 35 35 /* Is it an indirection page */ 36 - tst r3,#2,036 + tst r3,#237 37 beq 1f 38 38 bic r0,r3,#2 39 39 b 0b 40 40 1: 41 41 42 42 /* are we done ? */ 43 - tst r3,#4,043 + tst r3,#444 44 beq 1f 45 45 b 2f 46 46 47 47 1: 48 48 /* is it source ? */ 49 - tst r3,#8,049 + tst r3,#850 50 beq 0b 51 51 bic r3,r3,#8 52 52 mov r6,#1024