Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/vr fix ONLY_4122_4131



details:   https://anonhg.NetBSD.org/src/rev/f5f6e1fb0238
branches:  trunk
changeset: 522020:f5f6e1fb0238
user:      sato <sato%NetBSD.org@localhost>
date:      Sun Feb 10 15:09:32 2002 +0000

description:
fix ONLY_4122_4131

diffstat:

 sys/arch/hpcmips/vr/vrcpudef.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1c8afe194c21 -r f5f6e1fb0238 sys/arch/hpcmips/vr/vrcpudef.h
--- a/sys/arch/hpcmips/vr/vrcpudef.h    Sun Feb 10 14:38:57 2002 +0000
+++ b/sys/arch/hpcmips/vr/vrcpudef.h    Sun Feb 10 15:09:32 2002 +0000
@@ -28,7 +28,7 @@
 
 /* 
  * definition for identify VR series cpu 
- * $NetBSD: vrcpudef.h,v 1.3 2001/09/07 16:02:56 sato Exp $
+ * $NetBSD: vrcpudef.h,v 1.4 2002/02/10 15:09:32 sato Exp $
  *
  * REQUIRE #include "opt_vr41xx.h" before using this header.
  */
@@ -196,7 +196,7 @@
 #define ONLY_VR4131    VRID4131
 #endif /* ONLY_VR4131 */
 
-#if !defined VRGROUP_4181 && !defined VRGROUP_4101 && !defined VRGROUP_4102_4121 && defined VRGROUP_VR4122_4131
+#if !defined VRGROUP_4181 && !defined VRGROUP_4101 && !defined VRGROUP_4102_4121 && defined VRGROUP_4122_4131
 #define ONLY_VR4122_4131       VRGROUP_4122_4131
 #endif /* ONLY_VR4131 */
 



Home | Main Index | Thread Index | Old Index