Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/mac68k/include Pull up revision 1.27 (reqyeste...



details:   https://anonhg.NetBSD.org/src/rev/32fc4c803bdf
branches:  netbsd-1-4
changeset: 469770:32fc4c803bdf
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 29 21:32:57 1999 +0000

description:
Pull up revision 1.27 (reqyested by scottr):
  Fix i-cache/d-cache synchronization for M68040 cpus (see M68040
  UM p.4-10).  Makes regress/sys/kern/sigtramp work even on M68040.

diffstat:

 sys/arch/mac68k/include/pmap.h |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 9719c026835d -r 32fc4c803bdf sys/arch/mac68k/include/pmap.h
--- a/sys/arch/mac68k/include/pmap.h    Mon Nov 29 21:29:22 1999 +0000
+++ b/sys/arch/mac68k/include/pmap.h    Mon Nov 29 21:32:57 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.25 1999/02/25 23:13:41 is Exp $     */
+/*     $NetBSD: pmap.h,v 1.25.4.1 1999/11/29 21:32:57 he Exp $ */
 
 /*
  * Copyright (c) 1987 Carnegie-Mellon University
@@ -185,8 +185,9 @@
 extern char *vmmap;                    /* map for mem, dumps, etc. */
 
 /* pmap.c */
-vaddr_t        pmap_map __P((vaddr_t, paddr_t, paddr_t, int));
-void   pmap_procwr __P((struct proc *, vaddr_t, u_long));
+vaddr_t                pmap_map __P((vaddr_t, paddr_t, paddr_t, int));
+void           pmap_procwr __P((struct proc *, vaddr_t, u_long));
+#define                PMAP_NEED_PROCWR
 
 #endif /* _KERNEL */
 



Home | Main Index | Thread Index | Old Index