From b0b860e6cd8949c05da380dbe64b7c7c6ec75e7c Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Thu, 21 Sep 2017 01:23:37 +0200 Subject: New build system The new build system, called xbuild, is a minimalistic kbuild-like make-based build system, also using kconfig for scalable configurations. --- kern/work.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/work.c') diff --git a/kern/work.c b/kern/work.c index ea3eb1f4..365ca30d 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(X15_MAX_CPUS, WORK_THREADS_THRESHOLD) +#define WORK_MAX_THREADS MAX(CONFIG_MAX_CPUS, WORK_THREADS_THRESHOLD) /* * Work pool flags. -- cgit v1.2.3