aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2013-02-26 01:00:11 +0000
committerAttilio Rao <attilio@FreeBSD.org>2013-02-26 01:00:11 +0000
commit590f9303e563b588032bfeb69d99f8c91cd75d72 (patch)
tree4724823eaf4273b6daf0b391611d0deb3da35835 /sys/powerpc
parente3466a89fd9c3d0be2f831d42a5b5cf65cb0fd53 (diff)
downloadsrc-590f9303e563b588032bfeb69d99f8c91cd75d72.tar.gz
src-590f9303e563b588032bfeb69d99f8c91cd75d72.zip
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
Notes
Notes: svn path=/head/; revision=247297
Diffstat (limited to 'sys/powerpc')
-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
-rw-r--r--sys/powerpc/ps3/mmu_ps3.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c
index b17376039ebb..24350c44f956 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 00dab9bd883b..0d77b576cffd 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 3da2f5ad3f9e..de0d4ba250fe 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>
diff --git a/sys/powerpc/ps3/mmu_ps3.c b/sys/powerpc/ps3/mmu_ps3.c
index 5a7fe93af3bc..dfca9a7d7725 100644
--- a/sys/powerpc/ps3/mmu_ps3.c
+++ b/sys/powerpc/ps3/mmu_ps3.c
@@ -45,7 +45,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 <powerpc/aim/mmu_oea64.h>