diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2024-12-10 11:34:10 +0100 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2025-01-15 10:56:22 +0100 |
| commit | 5d30d6ab8c65b6caf034892aa8ae29285d0a515f (patch) | |
| tree | 8e449a35c594646342295b3186921a18dfea2797 /arch/arc/kernel | |
| parent | 9620301cc27f6dc6197236a55a44fac8e64be0a1 (diff) | |
ARC: Remove GENERIC_PENDING_IRQ
Nothing uses the actual functionality and the MCIP controller sets the
flags which disables the deferred affinity change. The other interrupt
controller does not support affinity setting at all.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Vineet Gupta <vgupta@kernel.org> # arch/arc/
Link: https://lore.kernel.org/all/20241210103335.373392568@linutronix.de
Diffstat (limited to 'arch/arc/kernel')
| -rw-r--r-- | arch/arc/kernel/mcip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arc/kernel/mcip.c b/arch/arc/kernel/mcip.c index 55373ca0d28b..cdd370ec9280 100644 --- a/arch/arc/kernel/mcip.c +++ b/arch/arc/kernel/mcip.c @@ -357,8 +357,6 @@ static void idu_cascade_isr(struct irq_desc *desc) static int idu_irq_map(struct irq_domain *d, unsigned int virq, irq_hw_number_t hwirq) { irq_set_chip_and_handler(virq, &idu_irq_chip, handle_level_irq); - irq_set_status_flags(virq, IRQ_MOVE_PCNTXT); - return 0; } |
