Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/arch All m68k ports now support RAS in the common c...



details:   https://anonhg.NetBSD.org/src/rev/fa6209ee4dcd
branches:  nathanw_sa
changeset: 506328:fa6209ee4dcd
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Mon Oct 07 22:22:34 2002 +0000

description:
All m68k ports now support RAS in the common cpu_switch().

diffstat:

 sys/arch/hp300/include/types.h |  3 +--
 sys/arch/m68k/include/types.h  |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 09d7ace461f8 -r fa6209ee4dcd sys/arch/hp300/include/types.h
--- a/sys/arch/hp300/include/types.h    Mon Oct 07 19:37:22 2002 +0000
+++ b/sys/arch/hp300/include/types.h    Mon Oct 07 22:22:34 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.9.12.3 2002/09/17 21:14:40 nathanw Exp $   */
+/*     $NetBSD: types.h,v 1.9.12.4 2002/10/07 22:22:34 gmcgarry Exp $  */
 
 #ifndef _MACHINE_TYPES_H_
 #define        _MACHINE_TYPES_H_
@@ -7,6 +7,5 @@
 
 #define        __HAVE_DEVICE_REGISTER
 #define        __HAVE_GENERIC_SOFT_INTERRUPTS
-#define __HAVE_RAS
 
 #endif
diff -r 09d7ace461f8 -r fa6209ee4dcd sys/arch/m68k/include/types.h
--- a/sys/arch/m68k/include/types.h     Mon Oct 07 19:37:22 2002 +0000
+++ b/sys/arch/m68k/include/types.h     Mon Oct 07 22:22:34 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.14.8.2 2002/08/01 02:42:16 nathanw Exp $   */
+/*     $NetBSD: types.h,v 1.14.8.3 2002/10/07 22:22:35 gmcgarry Exp $  */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -60,5 +60,6 @@
 typedef int            register_t;
 
 #define        __HAVE_SYSCALL_INTERN
+#define        __HAVE_RAS
 
 #endif /* !_M68K_TYPES_H_ */



Home | Main Index | Thread Index | Old Index