diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2011-05-07 15:27:02 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2011-05-07 15:27:02 +0000 |
commit | d880748ace992868d7de87446b3d35ce74e5ef6f (patch) | |
tree | bd0c915460639efb294f3f8b2c1ab47fcd863d2e /sys/arch/hppa/include/pmap.h | |
parent | 25b5053dac18a6faeea60928222447d7a02b4a31 (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/hppa/include/pmap.h')
-rw-r--r-- | sys/arch/hppa/include/pmap.h | 3 |
1 files changed, 1 insertions, 2 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 |