Re: [v1 PATCH 4/4] RISC-V: Support nr_cpus command line option.

2019-03-19 Thread Atish Patra
On 3/19/19 4:58 PM, Damien Le Moal wrote: On 2019/03/20 8:56, Damien Le Moal wrote: On 2019/03/20 7:20, Atish Patra wrote: If nr_cpus command line option is set, maximum possible cpu should be set to that value. Signed-off-by: Atish Patra --- arch/riscv/kernel/smpboot.c | 10 +- 1

Re: [v1 PATCH 4/4] RISC-V: Support nr_cpus command line option.

2019-03-19 Thread Damien Le Moal
On 2019/03/20 8:56, Damien Le Moal wrote: > On 2019/03/20 7:20, Atish Patra wrote: >> If nr_cpus command line option is set, maximum possible cpu should be >> set to that value. >> >> Signed-off-by: Atish Patra >> --- >> arch/riscv/kernel/smpboot.c | 10 +- >> 1 file changed, 9

Re: [v1 PATCH 4/4] RISC-V: Support nr_cpus command line option.

2019-03-19 Thread Damien Le Moal
On 2019/03/20 7:20, Atish Patra wrote: > If nr_cpus command line option is set, maximum possible cpu should be > set to that value. > > Signed-off-by: Atish Patra > --- > arch/riscv/kernel/smpboot.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git

[v1 PATCH 4/4] RISC-V: Support nr_cpus command line option.

2019-03-19 Thread Atish Patra
If nr_cpus command line option is set, maximum possible cpu should be set to that value. Signed-off-by: Atish Patra --- arch/riscv/kernel/smpboot.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/arch/riscv/kernel/smpboot.c b/arch/riscv/kernel/smpboot.c index