ChangeSet 1.2181.28.1, 2005/03/27 18:09:23+01:00, [EMAIL PROTECTED](none)

        [ARM PATCH] 2578/1: unsigned compare in processor and machine list 
walking
        
        Patch from Nicolas Pitre
        
        Signed-off-by: Nicolas Pitre
        Signed-off-by: Russell King



 head.S |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S
--- a/arch/arm/kernel/head.S    2005-03-28 23:12:02 -08:00
+++ b/arch/arm/kernel/head.S    2005-03-28 23:12:02 -08:00
@@ -424,7 +424,7 @@
        beq     2f
        add     r5, r5, #PROC_INFO_SZ           @ sizeof(proc_info_list)
        cmp     r5, r6
-       blt     1b
+       blo     1b
        mov     r5, #0                          @ unknown processor
 2:     mov     pc, lr
 
@@ -470,7 +470,7 @@
        beq     2f                              @ found
        add     r5, r5, #SIZEOF_MACHINE_DESC    @ next machine_desc
        cmp     r5, r6
-       blt     1b
+       blo     1b
        mov     r5, #0                          @ unknown machine
 2:     mov     pc, lr
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to