Author: attilio Date: Tue Feb 26 01:00:11 2013 New Revision: 247297 URL: http://svnweb.freebsd.org/changeset/base/247297
Log: 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 Modified: head/sys/arm/at91/at91_machdep.c head/sys/arm/sa11x0/assabet_machdep.c head/sys/fs/fuse/fuse_io.c head/sys/kern/sys_process.c head/sys/mips/adm5120/adm5120_machdep.c head/sys/mips/alchemy/alchemy_machdep.c head/sys/mips/beri/beri_machdep.c head/sys/mips/cavium/octeon_machdep.c head/sys/mips/gxemul/gxemul_machdep.c head/sys/mips/idt/idt_machdep.c head/sys/mips/malta/malta_machdep.c head/sys/mips/rt305x/rt305x_machdep.c head/sys/mips/sentry5/s5_machdep.c head/sys/mips/sibyte/sb_machdep.c head/sys/powerpc/aim/mmu_oea.c head/sys/powerpc/aim/mmu_oea64.c head/sys/powerpc/aim/moea64_native.c head/sys/powerpc/ps3/mmu_ps3.c head/sys/sparc64/sparc64/tsb.c Modified: head/sys/arm/at91/at91_machdep.c ============================================================================== --- head/sys/arm/at91/at91_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/arm/at91/at91_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -76,7 +76,6 @@ __FBSDID("$FreeBSD$"); #include <vm/pmap.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <vm/vm_map.h> #include <machine/pmap.h> #include <machine/vmparam.h> Modified: head/sys/arm/sa11x0/assabet_machdep.c ============================================================================== --- head/sys/arm/sa11x0/assabet_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/arm/sa11x0/assabet_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -79,7 +79,6 @@ __FBSDID("$FreeBSD$"); #include <vm/pmap.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <vm/vm_map.h> #include <machine/pmap.h> #include <machine/vmparam.h> Modified: head/sys/fs/fuse/fuse_io.c ============================================================================== --- head/sys/fs/fuse/fuse_io.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/fs/fuse/fuse_io.c Tue Feb 26 01:00:11 2013 (r247297) @@ -87,8 +87,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_map.h> #include <vm/vm_page.h> #include <vm/vm_object.h> -#include <vm/vm_pager.h> -#include <vm/vnode_pager.h> #include <vm/vm_object.h> #include "fuse.h" Modified: head/sys/kern/sys_process.c ============================================================================== --- head/sys/kern/sys_process.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/kern/sys_process.c Tue Feb 26 01:00:11 2013 (r247297) @@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_kern.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <vm/vm_param.h> #ifdef COMPAT_FREEBSD32 Modified: head/sys/mips/adm5120/adm5120_machdep.c ============================================================================== --- head/sys/mips/adm5120/adm5120_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/mips/adm5120/adm5120_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/cache.h> #include <machine/clock.h> Modified: head/sys/mips/alchemy/alchemy_machdep.c ============================================================================== --- head/sys/mips/alchemy/alchemy_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/mips/alchemy/alchemy_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/cache.h> #include <machine/clock.h> Modified: head/sys/mips/beri/beri_machdep.c ============================================================================== --- head/sys/mips/beri/beri_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/mips/beri/beri_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -64,7 +64,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/clock.h> #include <machine/cpu.h> Modified: head/sys/mips/cavium/octeon_machdep.c ============================================================================== --- head/sys/mips/cavium/octeon_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/mips/cavium/octeon_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/atomic.h> #include <machine/cache.h> Modified: head/sys/mips/gxemul/gxemul_machdep.c ============================================================================== --- head/sys/mips/gxemul/gxemul_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/mips/gxemul/gxemul_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/clock.h> #include <machine/cpu.h> Modified: head/sys/mips/idt/idt_machdep.c ============================================================================== --- head/sys/mips/idt/idt_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/mips/idt/idt_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/cache.h> #include <machine/clock.h> Modified: head/sys/mips/malta/malta_machdep.c ============================================================================== --- head/sys/mips/malta/malta_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/mips/malta/malta_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/clock.h> #include <machine/cpu.h> Modified: head/sys/mips/rt305x/rt305x_machdep.c ============================================================================== --- head/sys/mips/rt305x/rt305x_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/mips/rt305x/rt305x_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/cache.h> #include <machine/clock.h> Modified: head/sys/mips/sentry5/s5_machdep.c ============================================================================== --- head/sys/mips/sentry5/s5_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/mips/sentry5/s5_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/cache.h> #include <machine/clock.h> Modified: head/sys/mips/sibyte/sb_machdep.c ============================================================================== --- head/sys/mips/sibyte/sb_machdep.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/mips/sibyte/sb_machdep.c Tue Feb 26 01:00:11 2013 (r247297) @@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <machine/cache.h> #include <machine/clock.h> Modified: head/sys/powerpc/aim/mmu_oea.c ============================================================================== --- head/sys/powerpc/aim/mmu_oea.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/powerpc/aim/mmu_oea.c Tue Feb 26 01:00:11 2013 (r247297) @@ -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> Modified: head/sys/powerpc/aim/mmu_oea64.c ============================================================================== --- head/sys/powerpc/aim/mmu_oea64.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/powerpc/aim/mmu_oea64.c Tue Feb 26 01:00:11 2013 (r247297) @@ -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> Modified: head/sys/powerpc/aim/moea64_native.c ============================================================================== --- head/sys/powerpc/aim/moea64_native.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/powerpc/aim/moea64_native.c Tue Feb 26 01:00:11 2013 (r247297) @@ -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> Modified: head/sys/powerpc/ps3/mmu_ps3.c ============================================================================== --- head/sys/powerpc/ps3/mmu_ps3.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/powerpc/ps3/mmu_ps3.c Tue Feb 26 01:00:11 2013 (r247297) @@ -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> Modified: head/sys/sparc64/sparc64/tsb.c ============================================================================== --- head/sys/sparc64/sparc64/tsb.c Tue Feb 26 00:58:44 2013 (r247296) +++ head/sys/sparc64/sparc64/tsb.c Tue Feb 26 01:00:11 2013 (r247297) @@ -53,7 +53,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/cpufunc.h> #include <machine/frame.h> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"