Commit 21bbbc5
irqchip/gic-v3: Switch high priority PPIs over to handle_percpu_devid_irq()
It so appears that handle_percpu_devid_irq() is extremely similar to
handle_percpu_devid_fasteoi_nmi(), and that the differences do no justify
the horrid machinery in the GICv3 driver to handle the flow handler switch.
Stick with the standard flow handler, even for NMIs.
Suggested-by: Will Deacon <will@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Will Deacon <will@kernel.org>
Link: https://patch.msgid.link/20251020122944.3074811-11-maz@kernel.org1 parent f6c8ace commit 21bbbc5
1 file changed
Lines changed: 2 additions & 52 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 233 | | |
237 | 234 | | |
238 | 235 | | |
| |||
608 | 605 | | |
609 | 606 | | |
610 | 607 | | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | 608 | | |
630 | 609 | | |
631 | 610 | | |
| |||
646 | 625 | | |
647 | 626 | | |
648 | 627 | | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
| 628 | + | |
661 | 629 | | |
662 | | - | |
663 | 630 | | |
664 | 631 | | |
665 | 632 | | |
| |||
686 | 653 | | |
687 | 654 | | |
688 | 655 | | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
| 656 | + | |
696 | 657 | | |
697 | | - | |
698 | 658 | | |
699 | 659 | | |
700 | 660 | | |
| |||
2080 | 2040 | | |
2081 | 2041 | | |
2082 | 2042 | | |
2083 | | - | |
2084 | | - | |
2085 | 2043 | | |
2086 | 2044 | | |
2087 | 2045 | | |
2088 | | - | |
2089 | | - | |
2090 | | - | |
2091 | | - | |
2092 | | - | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
2096 | 2046 | | |
2097 | 2047 | | |
2098 | 2048 | | |
| |||
0 commit comments