diff options
author | Richard Braun <rbraun@sceen.net> | 2017-09-21 01:23:37 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-09-21 01:26:09 +0200 |
commit | b0b860e6cd8949c05da380dbe64b7c7c6ec75e7c (patch) | |
tree | a1c7d98eb2a370975bd82c6d3dc16349636ddddf /kern/kmem_i.h | |
parent | 833316f34266a5fab2668f34c03e45db64d0ce76 (diff) |
New build system
The new build system, called xbuild, is a minimalistic kbuild-like
make-based build system, also using kconfig for scalable configurations.
Diffstat (limited to 'kern/kmem_i.h')
-rw-r--r-- | kern/kmem_i.h | 2 |
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 */ |