Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm Changed the variable within the ARM6 late a...



details:   https://anonhg.NetBSD.org/src/rev/93646b8cbbba
branches:  trunk
changeset: 512323:93646b8cbbba
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Mon Jul 09 19:51:14 2001 +0000

description:
Changed the variable within the ARM6 late abort section from cpu_ctrl to
cpuctrl ...

diffstat:

 sys/arch/arm/arm/cpufunc.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 67d56de2dd87 -r 93646b8cbbba sys/arch/arm/arm/cpufunc.c
--- a/sys/arch/arm/arm/cpufunc.c        Mon Jul 09 18:18:25 2001 +0000
+++ b/sys/arch/arm/arm/cpufunc.c        Mon Jul 09 19:51:14 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.c,v 1.10 2001/06/07 21:07:22 chris Exp $       */
+/*     $NetBSD: cpufunc.c,v 1.11 2001/07/09 19:51:14 reinoud Exp $     */
 
 /*
  * arm7tdmi support code Copyright (c) 2001 John Fremlin
@@ -1036,7 +1036,7 @@
                 | CPU_CONTROL_AFLT_ENABLE;
 
 #ifdef ARM6_LATE_ABORT
-       cpu_ctrl |= CPU_CONTROL_LABT_ENABLE;
+       cpuctrl |= CPU_CONTROL_LABT_ENABLE;
 #endif /* ARM6_LATE_ABORT */
 
        cpuctrl = parse_cpu_options(args, arm678_options, cpuctrl);



Home | Main Index | Thread Index | Old Index