summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2022-04-30 06:00:23 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-09 11:20:48 +0300
commitd2f3acde3d52b3b351db09e2e2a5e5812eda2735 (patch)
treeb6a9eaa64b64d2c9a0382c851e12ea03204315a4 /sound/pci
parent4a5c7a61ff506a7cc385cd952038183a2d095880 (diff)
downloadlinux-d2f3acde3d52b3b351db09e2e2a5e5812eda2735.tar.xz
riscv: Fix irq_work when SMP is disabled
commit 2273272823db6f67d57761df8116ae32e7f05bed upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/pci')
0 files changed, 0 insertions, 0 deletions