Date: Thu, 28 Feb 2013 00:18:56 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r247429 - in head/sys/arm: econa s3c2xx0 xscale/i80321 xscale/i8134x xscale/ixp425 xscale/pxa Message-ID: <201302280018.r1S0IuL0062417@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: attilio Date: Thu Feb 28 00:18:56 2013 New Revision: 247429 URL: http://svnweb.freebsd.org/changeset/base/247429 Log: Complete r247297: Remove unused inclusions of vm/vm_pager.h and vm/vnode_pager.h. Sponsored by: EMC / Isilon storage division Modified: head/sys/arm/econa/econa_machdep.c head/sys/arm/s3c2xx0/s3c24x0_machdep.c head/sys/arm/xscale/i80321/ep80219_machdep.c head/sys/arm/xscale/i80321/iq31244_machdep.c head/sys/arm/xscale/i8134x/crb_machdep.c head/sys/arm/xscale/ixp425/avila_machdep.c head/sys/arm/xscale/pxa/pxa_machdep.c Modified: head/sys/arm/econa/econa_machdep.c ============================================================================== --- head/sys/arm/econa/econa_machdep.c Thu Feb 28 00:14:59 2013 (r247428) +++ head/sys/arm/econa/econa_machdep.c Thu Feb 28 00:18:56 2013 (r247429) @@ -67,9 +67,7 @@ __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 <vm/vnode_pager.h> #include <machine/pmap.h> #include <machine/vmparam.h> #include <machine/pcb.h> Modified: head/sys/arm/s3c2xx0/s3c24x0_machdep.c ============================================================================== --- head/sys/arm/s3c2xx0/s3c24x0_machdep.c Thu Feb 28 00:14:59 2013 (r247428) +++ head/sys/arm/s3c2xx0/s3c24x0_machdep.c Thu Feb 28 00:18:56 2013 (r247429) @@ -77,9 +77,7 @@ __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 <vm/vnode_pager.h> #include <machine/pmap.h> #include <machine/vmparam.h> #include <machine/pcb.h> Modified: head/sys/arm/xscale/i80321/ep80219_machdep.c ============================================================================== --- head/sys/arm/xscale/i80321/ep80219_machdep.c Thu Feb 28 00:14:59 2013 (r247428) +++ head/sys/arm/xscale/i80321/ep80219_machdep.c Thu Feb 28 00:18:56 2013 (r247429) @@ -77,9 +77,7 @@ __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 <vm/vnode_pager.h> #include <machine/pmap.h> #include <machine/vmparam.h> #include <machine/pcb.h> Modified: head/sys/arm/xscale/i80321/iq31244_machdep.c ============================================================================== --- head/sys/arm/xscale/i80321/iq31244_machdep.c Thu Feb 28 00:14:59 2013 (r247428) +++ head/sys/arm/xscale/i80321/iq31244_machdep.c Thu Feb 28 00:18:56 2013 (r247429) @@ -77,9 +77,7 @@ __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 <vm/vnode_pager.h> #include <machine/pmap.h> #include <machine/vmparam.h> #include <machine/pcb.h> Modified: head/sys/arm/xscale/i8134x/crb_machdep.c ============================================================================== --- head/sys/arm/xscale/i8134x/crb_machdep.c Thu Feb 28 00:14:59 2013 (r247428) +++ head/sys/arm/xscale/i8134x/crb_machdep.c Thu Feb 28 00:18:56 2013 (r247429) @@ -77,9 +77,7 @@ __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 <vm/vnode_pager.h> #include <machine/pmap.h> #include <machine/vmparam.h> #include <machine/pcb.h> Modified: head/sys/arm/xscale/ixp425/avila_machdep.c ============================================================================== --- head/sys/arm/xscale/ixp425/avila_machdep.c Thu Feb 28 00:14:59 2013 (r247428) +++ head/sys/arm/xscale/ixp425/avila_machdep.c Thu Feb 28 00:18:56 2013 (r247429) @@ -77,9 +77,7 @@ __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 <vm/vnode_pager.h> #include <machine/pmap.h> #include <machine/vmparam.h> #include <machine/pcb.h> Modified: head/sys/arm/xscale/pxa/pxa_machdep.c ============================================================================== --- head/sys/arm/xscale/pxa/pxa_machdep.c Thu Feb 28 00:14:59 2013 (r247428) +++ head/sys/arm/xscale/pxa/pxa_machdep.c Thu Feb 28 00:18:56 2013 (r247429) @@ -79,9 +79,7 @@ __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 <vm/vnode_pager.h> #include <machine/pmap.h> #include <machine/vmparam.h> #include <machine/pcb.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302280018.r1S0IuL0062417>