summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-02-26 01:00:11 +0000
committerattilio <attilio@FreeBSD.org>2013-02-26 01:00:11 +0000
commitcb47f0509be0470c174870a68ed3c1d94eb52ed7 (patch)
tree4724823eaf4273b6daf0b391611d0deb3da35835 /sys/powerpc/aim
parent11a4218d3cad088920f4fd498d6fa14144b868e5 (diff)
downloadFreeBSD-src-cb47f0509be0470c174870a68ed3c1d94eb52ed7.zip
FreeBSD-src-cb47f0509be0470c174870a68ed3c1d94eb52ed7.tar.gz
Merge from vmobj-rwlock branch:
Remove unused inclusion of vm/vm_pager.h and vm/vnode_pager.h. Sponsored by: EMC / Isilon storage division Tested by: pho Reviewed by: alc
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r--sys/powerpc/aim/mmu_oea.c1
-rw-r--r--sys/powerpc/aim/mmu_oea64.c1
-rw-r--r--sys/powerpc/aim/moea64_native.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c
index b173760..24350c4 100644
--- a/sys/powerpc/aim/mmu_oea.c
+++ b/sys/powerpc/aim/mmu_oea.c
@@ -136,7 +136,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_object.h>
#include <vm/vm_extern.h>
#include <vm/vm_pageout.h>
-#include <vm/vm_pager.h>
#include <vm/uma.h>
#include <machine/cpu.h>
diff --git a/sys/powerpc/aim/mmu_oea64.c b/sys/powerpc/aim/mmu_oea64.c
index 00dab9b..0d77b57 100644
--- a/sys/powerpc/aim/mmu_oea64.c
+++ b/sys/powerpc/aim/mmu_oea64.c
@@ -140,7 +140,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_object.h>
#include <vm/vm_extern.h>
#include <vm/vm_pageout.h>
-#include <vm/vm_pager.h>
#include <vm/uma.h>
#include <machine/_inttypes.h>
diff --git a/sys/powerpc/aim/moea64_native.c b/sys/powerpc/aim/moea64_native.c
index 3da2f5a..de0d4ba 100644
--- a/sys/powerpc/aim/moea64_native.c
+++ b/sys/powerpc/aim/moea64_native.c
@@ -117,7 +117,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_object.h>
#include <vm/vm_extern.h>
#include <vm/vm_pageout.h>
-#include <vm/vm_pager.h>
#include <machine/md_var.h>
#include <machine/mmuvar.h>
OpenPOWER on IntegriCloud