diff options
author | Richard Braun <rbraun@sceen.net> | 2017-03-14 02:01:23 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-03-14 02:01:23 +0100 |
commit | 3578ec83e47c757dc69af2f2876bba5218b38d68 (patch) | |
tree | eaf52f6fbe99ef36a2e6c39a16e59714b3e7562c /kern/kmem_i.h | |
parent | f85ad668fafcfac5887cad39519ff8a34624a4a0 (diff) |
Use the X15 namespace consistently for macros defined by autoconf
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 01277f49..f3ad8228 100644 --- a/kern/kmem_i.h +++ b/kern/kmem_i.h @@ -169,7 +169,7 @@ struct kmem_slab { */ struct kmem_cache { /* CPU pool layer */ - struct kmem_cpu_pool cpu_pools[MAX_CPUS]; + struct kmem_cpu_pool cpu_pools[X15_MAX_CPUS]; struct kmem_cpu_pool_type *cpu_pool_type; /* Slab layer */ |