artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7299f7a
)
no need to include uvm/uvm.h twice
author
martin
<martin@openbsd.org>
Sat, 30 Aug 2008 18:58:24 +0000
(18:58 +0000)
committer
martin
<martin@openbsd.org>
Sat, 30 Aug 2008 18:58:24 +0000
(18:58 +0000)
sys/arch/vax/vax/pmap.c
patch
|
blob
|
history
diff --git
a/sys/arch/vax/vax/pmap.c
b/sys/arch/vax/vax/pmap.c
index
79dff3b
..
e77c81d
100644
(file)
--- a/
sys/arch/vax/vax/pmap.c
+++ b/
sys/arch/vax/vax/pmap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pmap.c,v 1.4
7 2008/08/18 23:19:29 miod
Exp $ */
+/* $OpenBSD: pmap.c,v 1.4
8 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);