svn commit: r317053 - in head/sys: compat/linuxkpi/common/src contrib/vchiq/interface/vchiq_arm dev/xen/gntdev dev/xen/privcmd kern

Gleb Smirnoff glebius at FreeBSD.org
Mon Apr 17 16:51:06 UTC 2017


Author: glebius
Date: Mon Apr 17 16:51:04 2017
New Revision: 317053
URL: https://svnweb.freebsd.org/changeset/base/317053

Log:
  Remove unneeded include of vm_phys.h.

Modified:
  head/sys/compat/linuxkpi/common/src/linux_page.c
  head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_2835_arm.c
  head/sys/dev/xen/gntdev/gntdev.c
  head/sys/dev/xen/privcmd/privcmd.c
  head/sys/kern/kern_cpuset.c
  head/sys/kern/kern_numa.c

Modified: head/sys/compat/linuxkpi/common/src/linux_page.c
==============================================================================
--- head/sys/compat/linuxkpi/common/src/linux_page.c	Mon Apr 17 14:59:55 2017	(r317052)
+++ head/sys/compat/linuxkpi/common/src/linux_page.c	Mon Apr 17 16:51:04 2017	(r317053)
@@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
 #include <vm/vm_page.h>
 #include <vm/vm_pageout.h>
 #include <vm/vm_pager.h>
-#include <vm/vm_phys.h>
 #include <vm/vm_radix.h>
 #include <vm/vm_reserv.h>
 #include <vm/vm_extern.h>

Modified: head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_2835_arm.c
==============================================================================
--- head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_2835_arm.c	Mon Apr 17 14:59:55 2017	(r317052)
+++ head/sys/contrib/vchiq/interface/vchiq_arm/vchiq_2835_arm.c	Mon Apr 17 16:51:04 2017	(r317053)
@@ -45,7 +45,6 @@
 #include <vm/vm_page.h>
 #include <vm/vm_pager.h>
 #include <vm/vm_param.h>
-#include <vm/vm_phys.h>
 
 #include <machine/bus.h>
 #include <machine/cpu.h>

Modified: head/sys/dev/xen/gntdev/gntdev.c
==============================================================================
--- head/sys/dev/xen/gntdev/gntdev.c	Mon Apr 17 14:59:55 2017	(r317052)
+++ head/sys/dev/xen/gntdev/gntdev.c	Mon Apr 17 16:51:04 2017	(r317053)
@@ -64,7 +64,6 @@ __FBSDID("$FreeBSD$");
 #include <vm/vm_map.h>
 #include <vm/vm_object.h>
 #include <vm/vm_pager.h>
-#include <vm/vm_phys.h>
 
 #include <machine/md_var.h>
 

Modified: head/sys/dev/xen/privcmd/privcmd.c
==============================================================================
--- head/sys/dev/xen/privcmd/privcmd.c	Mon Apr 17 14:59:55 2017	(r317052)
+++ head/sys/dev/xen/privcmd/privcmd.c	Mon Apr 17 16:51:04 2017	(r317053)
@@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
 #include <vm/vm_map.h>
 #include <vm/vm_object.h>
 #include <vm/vm_pager.h>
-#include <vm/vm_phys.h>
 
 #include <machine/md_var.h>
 

Modified: head/sys/kern/kern_cpuset.c
==============================================================================
--- head/sys/kern/kern_cpuset.c	Mon Apr 17 14:59:55 2017	(r317052)
+++ head/sys/kern/kern_cpuset.c	Mon Apr 17 16:51:04 2017	(r317053)
@@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$");
 #include <vm/vm.h>
 #include <vm/vm_page.h>
 #include <vm/vm_param.h>
-#include <vm/vm_phys.h>
 
 #ifdef DDB
 #include <ddb/ddb.h>

Modified: head/sys/kern/kern_numa.c
==============================================================================
--- head/sys/kern/kern_numa.c	Mon Apr 17 14:59:55 2017	(r317052)
+++ head/sys/kern/kern_numa.c	Mon Apr 17 16:51:04 2017	(r317053)
@@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
 #include <vm/vm.h>
 #include <vm/vm_page.h>
 #include <vm/vm_param.h>
-#include <vm/vm_phys.h>
 #include <vm/vm_domain.h>
 
 int


More information about the svn-src-all mailing list