Fix powerpc Book-E build post-331018/331048.

pagedaemon_wakeup() was moved from vm_pageout.h to vm_pagequeue.h.
This commit is contained in:
Justin Hibbits 2018-03-20 01:07:22 +00:00
parent bf799c28ff
commit a029f84189
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331231

View File

@ -107,6 +107,8 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_param.h>
#include <vm/vm_map.h>
#include <vm/vm_pager.h>
#include <vm/vm_phys.h>
#include <vm/vm_pagequeue.h>
#include <vm/uma.h>
#include <machine/_inttypes.h>