Module Name: src
Committed By: pooka
Date: Fri Sep 18 18:31:53 UTC 2009
Modified Files:
src/sys/rump/librump/rumpkern: pmap_stub.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/rump/librump/rumpkern/pmap_stub.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/pmap_stub.c
diff -u src/sys/rump/librump/rumpkern/pmap_stub.c:1.19 src/sys/rump/librump/rumpkern/pmap_stub.c:1.20
--- src/sys/rump/librump/rumpkern/pmap_stub.c:1.19 Sun Aug 16 14:06:36 2009
+++ src/sys/rump/librump/rumpkern/pmap_stub.c Fri Sep 18 18:31:53 2009
@@ -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