summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/vax/vax/pmap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/vax/pmap.c b/sys/arch/vax/vax/pmap.c
index 79dff3b8e87..e77c81d48ee 100644
--- a/sys/arch/vax/vax/pmap.c
+++ b/sys/arch/vax/vax/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.47 2008/08/18 23:19:29 miod Exp $ */
+/* $OpenBSD: pmap.c,v 1.48 2008/08/30 18:58:24 martin Exp $ */
/* $NetBSD: pmap.c,v 1.74 1999/11/13 21:32:25 matt Exp $ */
/*
* Copyright (c) 1994, 1998, 1999 Ludd, University of Lule}, Sweden.
@@ -57,8 +57,6 @@
#include <machine/scb.h>
#include <machine/rpb.h>
-#include <uvm/uvm.h>
-
/* QDSS console mapping hack */
#include "qd.h"
void qdearly(void);