summaryrefslogtreecommitdiff
path: root/kern/thread.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-03-14 02:01:23 +0100
committerRichard Braun <rbraun@sceen.net>2017-03-14 02:01:23 +0100
commit3578ec83e47c757dc69af2f2876bba5218b38d68 (patch)
treeeaf52f6fbe99ef36a2e6c39a16e59714b3e7562c /kern/thread.c
parentf85ad668fafcfac5887cad39519ff8a34624a4a0 (diff)
Use the X15 namespace consistently for macros defined by autoconf
Diffstat (limited to 'kern/thread.c')
-rw-r--r--kern/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c
index 8ccf628d..81f6594a 100644
--- a/kern/thread.c
+++ b/kern/thread.c
@@ -280,7 +280,7 @@ static struct thread_runq thread_runq __percpu;
* Statically allocated fake threads that provide thread context to processors
* during bootstrap.
*/
-static struct thread thread_booters[MAX_CPUS] __initdata;
+static struct thread thread_booters[X15_MAX_CPUS] __initdata;
static struct kmem_cache thread_cache;
static struct kmem_cache thread_stack_cache;