Searched hist:"2273272823 db6f67d57761df8116ae32e7f05bed" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/riscv/include/asm/ |
H A D | irq_work.h | diff 2273272823db6f67d57761df8116ae32e7f05bed Fri Apr 29 22:00:23 CDT 2022 Samuel Holland <samuel@sholland.org> riscv: Fix irq_work when SMP is disabled
irq_work is triggered via an IPI, but the IPI infrastructure is not included in uniprocessor kernels. As a result, irq_work never runs. Fall back to the tick-based irq_work implementation on uniprocessor configurations.
Fixes: 298447928bb1 ("riscv: Support irq_work via self IPIs") Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20220430030025.58405-1-samuel@sholland.org Cc: stable@vger.kernel.org Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|