diff options
author | Richard Braun <rbraun@sceen.net> | 2017-09-21 01:26:28 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-09-21 01:26:28 +0200 |
commit | 4077ffe75fe9f2149cfac5b7046e73f21dc80312 (patch) | |
tree | 76be7f7076d908a395d2c15b4bf7cf4e0225004d /kern/spinlock.c | |
parent | 9b1d0f9488c905decaac5269886b137bcd23f416 (diff) | |
parent | 1ff3666dc29c0eacf911c57d3e6b6a62bdc9cb78 (diff) |
Merge branch 'xbuild'
Diffstat (limited to 'kern/spinlock.c')
-rw-r--r-- | kern/spinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/spinlock.c b/kern/spinlock.c index fcb7c7b6..a591c61d 100644 --- a/kern/spinlock.c +++ b/kern/spinlock.c @@ -106,7 +106,7 @@ #error "spinlock qid too large" #endif -#if X15_MAX_CPUS > (1 << SPINLOCK_QID_CPU_BITS) +#if CONFIG_MAX_CPUS > (1 << SPINLOCK_QID_CPU_BITS) #error "maximum number of supported processors too large" #endif |