Re: [PATCH] ppc64: update the NR_CPUS to 8192

2022-05-05 Thread Sourabh Jain
On 05/05/22 15:48, Sourabh Jain wrote: The NR_CPUS on Linux kernel ranges from 1-8192. So let's match NR_CPUS with max NR_CPUS count on Linux kernel. Signed-off-by: Sourabh Jain --- defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defs.h b/defs.h index 1e8360d..a6

[PATCH] ppc64: update the NR_CPUS to 8192

2022-05-05 Thread Sourabh Jain
The NR_CPUS on Linux kernel ranges from 1-8192. So let's match NR_CPUS with max NR_CPUS count on Linux kernel. Signed-off-by: Sourabh Jain --- defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defs.h b/defs.h index 1e8360d..a6735d0 100644 --- a/defs.h +++ b/defs.h @@ -13