summaryrefslogtreecommitdiff
path: root/kern/kmem_i.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-09-21 01:26:28 +0200
committerRichard Braun <rbraun@sceen.net>2017-09-21 01:26:28 +0200
commit4077ffe75fe9f2149cfac5b7046e73f21dc80312 (patch)
tree76be7f7076d908a395d2c15b4bf7cf4e0225004d /kern/kmem_i.h
parent9b1d0f9488c905decaac5269886b137bcd23f416 (diff)
parent1ff3666dc29c0eacf911c57d3e6b6a62bdc9cb78 (diff)
Merge branch 'xbuild'
Diffstat (limited to 'kern/kmem_i.h')
-rw-r--r--kern/kmem_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/kmem_i.h b/kern/kmem_i.h
index beae6c45..0c0afd30 100644
--- a/kern/kmem_i.h
+++ b/kern/kmem_i.h
@@ -170,7 +170,7 @@ struct kmem_slab {
*/
struct kmem_cache {
/* CPU pool layer */
- struct kmem_cpu_pool cpu_pools[X15_MAX_CPUS];
+ struct kmem_cpu_pool cpu_pools[CONFIG_MAX_CPUS];
struct kmem_cpu_pool_type *cpu_pool_type;
/* Slab layer */