mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 09:45:29 +07:00
37c42a741f
External irq only works for 6348, change code to prepare support of other CPUs. Signed-off-by: Maxime Bizon <mbizon@freebox.fr> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2895/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
8 lines
123 B
C
8 lines
123 B
C
#ifndef __ASM_MACH_BCM63XX_IRQ_H
|
|
#define __ASM_MACH_BCM63XX_IRQ_H
|
|
|
|
#define NR_IRQS 128
|
|
#define MIPS_CPU_IRQ_BASE 0
|
|
|
|
#endif
|