Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern vax macro magic requires Sysmap (u...



details:   https://anonhg.NetBSD.org/src/rev/8b4afa24b255
branches:  trunk
changeset: 747517:8b4afa24b255
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Sep 18 18:31:53 2009 +0000

description:
vax macro magic requires Sysmap (untested).
XXX: I should add the blanket userspace pmap back for vax, its
pmap.h just has too many inlines and macros for this to ever work.

diffstat:

 sys/rump/librump/rumpkern/pmap_stub.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r e001c302ec5c -r 8b4afa24b255 sys/rump/librump/rumpkern/pmap_stub.c
--- a/sys/rump/librump/rumpkern/pmap_stub.c     Fri Sep 18 16:43:19 2009 +0000
+++ b/sys/rump/librump/rumpkern/pmap_stub.c     Fri Sep 18 18:31:53 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_stub.c,v 1.19 2009/08/16 14:06:36 skrll Exp $     */
+/*     $NetBSD: pmap_stub.c,v 1.20 2009/09/18 18:31:53 pooka Exp $     */
 
 /*
  * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_stub.c,v 1.19 2009/08/16 14:06:36 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_stub.c,v 1.20 2009/09/18 18:31:53 pooka Exp $");
 
 #include <sys/param.h>
 
@@ -242,6 +242,8 @@
 {
 
 }
+
+struct  pte *Sysmap;
 #endif
 
 #ifdef PPC_OEA



Home | Main Index | Thread Index | Old Index