mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix UP build after r286296, ensure that CPU_FOREACH() is defined.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0a3e154709
commit
c8fbdcc10d
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue