diff options
Diffstat (limited to 'kern/cpumap.c')
-rw-r--r-- | kern/cpumap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/cpumap.c b/kern/cpumap.c index 5582e681..e4ae864e 100644 --- a/kern/cpumap.c +++ b/kern/cpumap.c @@ -21,7 +21,7 @@ #include <kern/cpumap.h> #include <kern/error.h> #include <kern/kmem.h> -#include <kern/param.h> +#include <kern/macros.h> #include <machine/cpu.h> static struct cpumap cpumap_active_cpus __read_mostly = { { 1 } }; |