Module Name: src
Committed By: skrll
Date: Sun Aug 9 09:22:17 UTC 2009
Modified Files:
src/sys/rump/librump/rumpkern: pmap_stub.c
Log Message:
Fix vax.
Built by default options really should be tested better.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/sys/rump/librump/rumpkern/pmap_stub.c:1.16
--- src/sys/rump/librump/rumpkern/pmap_stub.c:1.15 Sat Aug 8 00:46:56 2009
+++ src/sys/rump/librump/rumpkern/pmap_stub.c Sun Aug 9 09:22:16 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_stub.c,v 1.15 2009/08/08 00:46:56 pooka Exp $ */
+/* $NetBSD: pmap_stub.c,v 1.16 2009/08/09 09:22:16 skrll 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.15 2009/08/08 00:46:56 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_stub.c,v 1.16 2009/08/09 09:22:16 skrll Exp $");
#include <sys/param.h>
@@ -118,7 +118,7 @@
panic("%s: unavailable", __func__);
}
-#else
+#elif !defined(__vax__)
void
pmap_remove(pmap_t pmap, vaddr_t sva, vaddr_t eva)
{