summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/include
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/hppa64/include
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/hppa64/include')
-rw-r--r--sys/arch/hppa64/include/pmap.h4
1 files changed, 2 insertions, 2 deletions
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 {