Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/sun3 define the sun3-only bits all the time, h...
details: https://anonhg.NetBSD.org/src/rev/6a4a896d8498
branches: trunk
changeset: 521967:6a4a896d8498
user: chs <chs%NetBSD.org@localhost>
date: Sat Feb 09 19:42:31 2002 +0000
description:
define the sun3-only bits all the time, helps when building LKMs.
diffstat:
sys/arch/sun3/sun3/buserr.h | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diffs (21 lines):
diff -r 02cd4b2879a4 -r 6a4a896d8498 sys/arch/sun3/sun3/buserr.h
--- a/sys/arch/sun3/sun3/buserr.h Sat Feb 09 19:37:38 2002 +0000
+++ b/sys/arch/sun3/sun3/buserr.h Sat Feb 09 19:42:31 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: buserr.h,v 1.8 1998/02/05 04:57:26 gwr Exp $ */
+/* $NetBSD: buserr.h,v 1.9 2002/02/09 19:42:31 chs Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -42,9 +42,6 @@
#define BUSERR_FPABERR 0x08 /* FPA Bus error */
#define BUSERR_VMEBERR 0x10 /* VME Bus error */
#define BUSERR_TIMEOUT 0x20 /* Timeout error */
-
-#ifdef _SUN3_
-#define BUSERR_PROTERR 0x40 /* MMU protection error */
-#define BUSERR_INVALID 0x80 /* MMU invalid page error */
+#define BUSERR_PROTERR 0x40 /* MMU protection error (sun3 only) */
+#define BUSERR_INVALID 0x80 /* MMU invalid page error (sun3 only) */
#define BUSERR_MMU (BUSERR_INVALID|BUSERR_PROTERR)
-#endif /* SUN3 */
Home |
Main Index |
Thread Index |
Old Index