Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/include make DCIAS work for 020-only / 030-onl...



details:   https://anonhg.NetBSD.org/src/rev/2936cf7a30d1
branches:  trunk
changeset: 480554:2936cf7a30d1
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Sat Jan 15 17:08:03 2000 +0000

description:
make DCIAS work for 020-only / 030-only kernels

diffstat:

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

diffs (27 lines):

diff -r 661b19f7cdef -r 2936cf7a30d1 sys/arch/m68k/include/cacheops.h
--- a/sys/arch/m68k/include/cacheops.h  Sat Jan 15 16:59:05 2000 +0000
+++ b/sys/arch/m68k/include/cacheops.h  Sat Jan 15 17:08:03 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cacheops.h,v 1.6 1999/09/27 04:43:40 itohy Exp $       */
+/*     $NetBSD: cacheops.h,v 1.7 2000/01/15 17:08:03 aymeric Exp $     */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
 #define        DCIA()          DCIA_20()
 #define        DCIS()          DCIS_20()
 #define        DCIU()          DCIU_20()
-#define        DCIAS()         DCIAS_20()
+#define        DCIAS(pa)       DCIAS_20((pa))
 #define        PCIA()          PCIA_20()
 
 #elif defined(M68030) && !(defined(M68020)||defined(M68040)||defined(M68060))
@@ -73,7 +73,7 @@
 #define        DCIA()          DCIA_30()
 #define        DCIS()          DCIS_30()
 #define        DCIU()          DCIU_30()
-#define        DCIAS()         DCIAS_30()
+#define        DCIAS(pa)       DCIAS_30((pa))
 #define        PCIA()          PCIA_30()
 
 #elif defined(M68040) && !(defined(M68020)||defined(M68030)||defined(M68060))



Home | Main Index | Thread Index | Old Index