+0
−41
+5
−0
+1
−0
drivers/irqchip/irq-sunway-pci-intx.c
0 → 100644
+185
−0
Loading
Sunway inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBDJNZ -------------------------------- CPU0 may encounter performance issue if there are too many intx interrupts erupted. We change the intx interrupts init strategy to improve this condition. Instead of sending all intx interrupts to CPU0 directly, these interrupts will be distributed to different cores by hose accordingly. Thus, the overall pressure on CPU0 is expected to be substantially reduced. We also refactor intx interrupts handling and integrate all intx related code into another file to make it look more clean and organized. Signed-off-by:Xu Yiwei <xuyiwei@wxiat.com> Reviewed-by:
He Sheng <hesheng@wxiat.com> Signed-off-by:
Gu Zitao <guzitao@wxiat.com>