Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/include Revert back to arm32 (for now).



details:   https://anonhg.NetBSD.org/src/rev/5467d237d4ce
branches:  trunk
changeset: 511097:5467d237d4ce
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jun 12 18:02:20 2001 +0000

description:
Revert back to arm32 (for now).

diffstat:

 sys/arch/cats/include/param.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r f65ba02ae9c2 -r 5467d237d4ce sys/arch/cats/include/param.h
--- a/sys/arch/cats/include/param.h     Tue Jun 12 17:55:52 2001 +0000
+++ b/sys/arch/cats/include/param.h     Tue Jun 12 18:02:20 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.2 2001/06/12 17:38:41 matt Exp $   */
+/*     $NetBSD: param.h,v 1.3 2001/06/12 18:02:20 matt Exp $   */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
@@ -41,8 +41,8 @@
 
 #define        _MACHINE        cats
 #define        MACHINE         "cats"
-#define        _MACHINE_ARCH   arm
-#define        MACHINE_ARCH    "arm"
+#define        _MACHINE_ARCH   arm32
+#define        MACHINE_ARCH    "arm32"
 
 #include <arm/arm32/param.h>
 



Home | Main Index | Thread Index | Old Index