Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm32 blx reg is V5, not V4T



details:   https://anonhg.NetBSD.org/src/rev/252513552734
branches:  trunk
changeset: 781348:252513552734
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 01 14:46:51 2012 +0000

description:
blx reg is V5, not V4T

diffstat:

 sys/arch/arm/arm32/cpuswitch.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d78e98efe71b -r 252513552734 sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S    Sat Sep 01 14:46:25 2012 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S    Sat Sep 01 14:46:51 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuswitch.S,v 1.69 2012/08/31 11:45:38 skrll Exp $     */
+/*     $NetBSD: cpuswitch.S,v 1.70 2012/09/01 14:46:51 matt Exp $      */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -89,7 +89,7 @@
 #include <machine/asm.h>
 #include <machine/cpu.h>
 
-       RCSID("$NetBSD: cpuswitch.S,v 1.69 2012/08/31 11:45:38 skrll Exp $")
+       RCSID("$NetBSD: cpuswitch.S,v 1.70 2012/09/01 14:46:51 matt Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
        
@@ -337,7 +337,7 @@
 
        mov     r0, r5
        mov     r1, sp
-#ifdef _ARM_ARCH_4T
+#ifdef _ARM_ARCH_5
        blx     r4
 #else
        mov     lr, pc



Home | Main Index | Thread Index | Old Index