diff options
author | Samuel Holland <samuel@sholland.org> | 2022-07-01 15:00:49 -0500 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-07-07 09:38:03 +0100 |
commit | 8190cc572981f2f13b6ffc26c7cfa7899e5d3ccc (patch) | |
tree | ca4130c7206944286e12a385444ca8536c27eadc /kernel/irq | |
parent | a111daf0c53ae91e71fd2bfe7497862d14132e3e (diff) |
irqchip/mips-gic: Only register IPI domain when SMP is enabled
The MIPS GIC irqchip driver may be selected in a uniprocessor
configuration, but it unconditionally registers an IPI domain.
Limit the part of the driver dealing with IPIs to only be compiled when
GENERIC_IRQ_IPI is enabled, which corresponds to an SMP configuration.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220701200056.46555-2-samuel@sholland.org
Diffstat (limited to 'kernel/irq')
0 files changed, 0 insertions, 0 deletions