]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: Fix handling of empty cpu masks
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 31 Jan 2022 13:26:21 +0000 (14:26 +0100)
committerPalmer Dabbelt <palmer@rivosinc.com>
Mon, 14 Feb 2022 20:27:44 +0000 (12:27 -0800)
commit898c7af9a87ef15afcba8c42addc0fc52f551148
tree7a9f7623ce3e7ab4d06bc29c87084953cd4c7742
parent7d57efc18b3954ae4d29e16069579310ebc60658
RISC-V: Fix handling of empty cpu masks

The cpumask rework slightly changed the behavior of the code.  Fix this
by treating an empty cpumask as meaning all online CPUs.

Extracted from a patch by Atish Patra <atishp@rivosinc.com>.

Reported-by: Jessica Clarke <jrtc27@jrtc27.com>
Fixes: d3281663b3f80a99 ("RISC-V: Do not use cpumask data structure for hartid bitmap")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/sbi.c