summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2011-05-07 15:27:02 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2011-05-07 15:27:02 +0000
commitd880748ace992868d7de87446b3d35ce74e5ef6f (patch)
treebd0c915460639efb294f3f8b2c1ab47fcd863d2e /sys/arch
parent25b5053dac18a6faeea60928222447d7a02b4a31 (diff)
So long, uvm_pglist.h
This header defined three thing. two of which are unused throughout the tree, the final one was the definition of the pagq head type, move that to uvm_page.h and nuke the header ok thib@. Thanks to krw@ for testing the hppa build for me.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/include/pmap.h3
-rw-r--r--sys/arch/hppa64/include/pmap.h4
-rw-r--r--sys/arch/i386/include/pmap.h3
3 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/hppa/include/pmap.h b/sys/arch/hppa/include/pmap.h
index 0a0aad3bbbc..563c1f8d2bb 100644
--- a/sys/arch/hppa/include/pmap.h
+++ b/sys/arch/hppa/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.41 2011/04/28 20:42:28 ariane Exp $ */
+/* $OpenBSD: pmap.h,v 1.42 2011/05/07 15:27:01 oga Exp $ */
/*
* Copyright (c) 2002-2004 Michael Shalayeff
@@ -30,7 +30,6 @@
#define _MACHINE_PMAP_H_
#include <machine/pte.h>
-#include <uvm/uvm_pglist.h>
#include <uvm/uvm_object.h>
#ifdef _KERNEL
diff --git a/sys/arch/hppa64/include/pmap.h b/sys/arch/hppa64/include/pmap.h
index 3f8b7c03e05..ed847b04cfe 100644
--- a/sys/arch/hppa64/include/pmap.h
+++ b/sys/arch/hppa64/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.5 2011/04/28 20:43:41 ariane Exp $ */
+/* $OpenBSD: pmap.h,v 1.6 2011/05/07 15:27:01 oga Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -21,7 +21,7 @@
#define _MACHINE_PMAP_H_
#include <machine/pte.h>
-#include <uvm/uvm_pglist.h>
+#include <uvm/uvm_page.h>
#include <uvm/uvm_object.h>
struct pmap {
diff --git a/sys/arch/i386/include/pmap.h b/sys/arch/i386/include/pmap.h
index 7c269ff5be5..e8d7b8f45f0 100644
--- a/sys/arch/i386/include/pmap.h
+++ b/sys/arch/i386/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.57 2011/03/23 16:54:35 pirofti Exp $ */
+/* $OpenBSD: pmap.h,v 1.58 2011/05/07 15:27:01 oga Exp $ */
/* $NetBSD: pmap.h,v 1.44 2000/04/24 17:18:18 thorpej Exp $ */
/*
@@ -43,7 +43,6 @@
#include <machine/cpufunc.h>
#include <machine/pte.h>
#include <machine/segments.h>
-#include <uvm/uvm_pglist.h>
#include <uvm/uvm_object.h>
/*