Fix UP build after r286296, ensure that CPU_FOREACH() is defined.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov 2015-08-05 10:50:33 +00:00
parent 0a3e154709
commit c8fbdcc10d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286314

View File

@ -118,11 +118,7 @@ __FBSDID("$FreeBSD$");
#include <sys/vmmeter.h>
#include <sys/sched.h>
#include <sys/sysctl.h>
#ifdef SMP
#include <sys/smp.h>
#else
#include <sys/cpuset.h>
#endif
#include <vm/vm.h>
#include <vm/vm_param.h>