From 2c7032c1d190cd1c1c3e326ceff9c26c82d66f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Tue, 26 Jan 2010 22:22:20 +0100 Subject: [PATCH] --- yaml --- r: 201691 b: refs/heads/master c: be6f9f006a1fb4d46a0c0b01179862375f0d53bd h: refs/heads/master i: 201689: ea862616c17b7822b53281b7af7f5a2b21266b18 201687: 30fec1934aea974262afce2d2d9d30e21e019924 v: v3 --- [refs] | 2 +- trunk/arch/arm/boot/compressed/head.S | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6e4b38bacfb8..995c8ec5d3d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 21b2841df19dd223dad198cdf47e77ea7ac25b56 +refs/heads/master: be6f9f006a1fb4d46a0c0b01179862375f0d53bd diff --git a/trunk/arch/arm/boot/compressed/head.S b/trunk/arch/arm/boot/compressed/head.S index ca62ff50f84a..f61c76e43f7f 100644 --- a/trunk/arch/arm/boot/compressed/head.S +++ b/trunk/arch/arm/boot/compressed/head.S @@ -1008,6 +1008,7 @@ __armv3_mpu_cache_flush: phexbuf: .space 12 .size phexbuf, . - phexbuf +@ phex corrupts {r0, r1, r2, r3} phex: adr r3, phexbuf mov r2, #0 strb r2, [r3, r1] @@ -1022,6 +1023,7 @@ phex: adr r3, phexbuf strb r2, [r3, r1] b 1b +@ puts corrupts {r0, r1, r2, r3} puts: loadsp r3, r1 1: ldrb r2, [r0], #1 teq r2, #0 @@ -1036,12 +1038,14 @@ puts: loadsp r3, r1 teq r0, #0 bne 1b mov pc, lr +@ putc corrupts {r0, r1, r2, r3} putc: mov r2, r0 mov r0, #0 loadsp r3, r1 b 2b +@ memdump corrupts {r0, r1, r2, r3, r10, r11, r12, lr} memdump: mov r12, r0 mov r10, lr mov r11, #0