summaryrefslogtreecommitdiff
path: root/kern/cpumap.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/cpumap.c')
-rw-r--r--kern/cpumap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/cpumap.c b/kern/cpumap.c
index 68a84ab9..7113af57 100644
--- a/kern/cpumap.c
+++ b/kern/cpumap.c
@@ -23,7 +23,7 @@
#include <kern/stddef.h>
#include <machine/cpu.h>
-static struct cpumap cpumap_active_cpus __read_mostly;
+static struct cpumap cpumap_active_cpus __read_mostly = { { 1 } };
static struct kmem_cache cpumap_cache;