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 Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/ed848dd74c6b
branches:  trunk
changeset: 781245:ed848dd74c6b
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Aug 29 16:45:34 2012 +0000

description:
Fix typo.

diffstat:

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

diffs (27 lines):

diff -r 2f6149436ad3 -r ed848dd74c6b sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S    Wed Aug 29 14:00:22 2012 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S    Wed Aug 29 16:45:34 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuswitch.S,v 1.67 2012/08/29 07:14:04 matt Exp $      */
+/*     $NetBSD: cpuswitch.S,v 1.68 2012/08/29 16:45:34 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.67 2012/08/29 07:14:04 matt Exp $")
+       RCSID("$NetBSD: cpuswitch.S,v 1.68 2012/08/29 16:45:34 matt Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
        
@@ -140,7 +140,7 @@
        mov     r6, r1
        mov     r4, r0
 
-#ifdef TPIDRPRW_ID_IS_CURCPU
+#ifdef TPIDRPRW_IS_CURCPU
        GET_CURCPU(r7)
 #elif defined(TPIDRPRW_IS_CURLWP)
        mcr     p15, 0, r0, c13, c0, 4          /* get old lwp (r4 maybe 0) */



Home | Main Index | Thread Index | Old Index