svn commit: r331063 - head/sys/arm/arm

Ian Lepore ian at FreeBSD.org
Fri Mar 16 16:06:26 UTC 2018


Author: ian
Date: Fri Mar 16 16:06:25 2018
New Revision: 331063
URL: https://svnweb.freebsd.org/changeset/base/331063

Log:
  Add the header file needed for the recently-added call to pagedaemon_wakeup().

Modified:
  head/sys/arm/arm/pmap-v4.c

Modified: head/sys/arm/arm/pmap-v4.c
==============================================================================
--- head/sys/arm/arm/pmap-v4.c	Fri Mar 16 16:04:06 2018	(r331062)
+++ head/sys/arm/arm/pmap-v4.c	Fri Mar 16 16:06:25 2018	(r331063)
@@ -168,6 +168,7 @@ __FBSDID("$FreeBSD$");
 #include <vm/vm_page.h>
 #include <vm/vm_pageout.h>
 #include <vm/vm_phys.h>
+#include <vm/vm_pagequeue.h>
 #include <vm/vm_extern.h>
 
 #include <machine/md_var.h>


More information about the svn-src-head mailing list