mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 07:40:53 +07:00
69a07a41d9
This commit rearranges the HUB interrupt code by using MIPS_IRQ_CPU interrupt handling code and modern Linux IRQ framework features to get rid of global arrays. It also adds support for irq affinity setting. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
12 lines
354 B
Makefile
12 lines
354 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the IP27 specific kernel interface routines under Linux.
|
|
#
|
|
|
|
obj-y := ip27-berr.o ip27-irq.o ip27-init.o ip27-klconfig.o \
|
|
ip27-klnuma.o ip27-memory.o ip27-nmi.o ip27-reset.o ip27-timer.o \
|
|
ip27-hubio.o ip27-xtalk.o
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += ip27-console.o
|
|
obj-$(CONFIG_SMP) += ip27-smp.o
|