summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kern/cpumap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/kern/cpumap.c b/kern/cpumap.c
index 7113af57..ccec0d22 100644
--- a/kern/cpumap.c
+++ b/kern/cpumap.c
@@ -32,9 +32,7 @@ cpumap_setup(void)
{
unsigned int i, nr_cpus;
- kmem_cache_init(&cpumap_cache, "cpumap", sizeof(struct cpumap),
- 0, NULL, NULL, NULL, 0);
-
+ kmem_cache_init(&cpumap_cache, "cpumap", sizeof(struct cpumap), 0, NULL, 0);
cpumap_zero(&cpumap_active_cpus);
nr_cpus = cpu_count();