Loading
irqchip/avec: Support AVEC for 3C6000 multi-node machine
LoongArch inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IB8166 CVE: NA -------------------------------- This patch enables AVEC functionality for 3C6000 multi-node machine. The topology of the advanced interrupt controller is consistent with NUMA node. We check the enable status of the node where each CPU is located once when it goes online, which may cause some additional operations, but it can ensure that the advanced interrupt controller can still be used in situations where some CPUs cannot start. In addition, this patch alse fix a bug that use ipi method to clean expired affinity on multiple nodes. Signed-off-by:Tianyang Zhang <zhangtianyang@loongson.cn>