commit | 453dfed3ad00aece8bd8edee2fec460fb92c273f | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Fri Oct 04 01:38:33 2024 +0800 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Oct 04 10:50:14 2024 +0100 |
tree | 94a3ce58ae73e1307e8d444ef3da486a20be2f3c | |
parent | 796b795cda29441e8688702d028997689a377f40 [diff] |
arch: riscv: smp: prevent nested #ifdef The `CONFIG_PLIC_IRQ_AFFINITY` depends on `CONFIG_SMP` in the Kconfig layer, nested #ifdef can be avoided for readability. Signed-off-by: Yong Cong Sin <ycsin@meta.com> Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>