this should allow run tests with more thatn 256 cpus Signed-off-by: Igor Mammedov --- lib/x86/smp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/x86/smp.h b/lib/x86/smp.h index bbe90daa..272aa5ee 100644 --- a/lib/x86/smp.h +++ b/lib/x86/smp.h @@ -1,7 +1,7 @@ #ifndef _X86_SMP_H_ #define _X86_SMP_H_ -#define MAX_TEST_CPUS (255) +#define MAX_TEST_CPUS (1024) /* * Allocate 12KiB of data for per-CPU usage. One page for per-CPU data, and -- 2.47.1