Fix UP build after r286296, ensure that CPU_FOREACH() is defined.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5a2866902f
commit
579f504041
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user