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/work.c | |
parent | f85ad668fafcfac5887cad39519ff8a34624a4a0 (diff) |
Use the X15 namespace consistently for macros defined by autoconf
Diffstat (limited to 'kern/work.c')
-rw-r--r-- | kern/work.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/work.c b/kern/work.c index 3ba6d2b2..f8e8e340 100644 --- a/kern/work.c +++ b/kern/work.c @@ -52,7 +52,7 @@ */ #define WORK_THREADS_RATIO 4 #define WORK_THREADS_THRESHOLD 512 -#define WORK_MAX_THREADS MAX(MAX_CPUS, WORK_THREADS_THRESHOLD) +#define WORK_MAX_THREADS MAX(X15_MAX_CPUS, WORK_THREADS_THRESHOLD) /* * Work pool flags. |