mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 00:36:44 +07:00
1df7addb96
MT7621 is based on a 1004k core. This patch adds support for the SoC. The timer and IRQ is just boiler plate as GIC has recently been moved to generic places in the kernel and just works. Signed-off-by: John Crispin <blogic@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/11990/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
10 lines
141 B
C
10 lines
141 B
C
#ifndef __ASM_MACH_RALINK_IRQ_H
|
|
#define __ASM_MACH_RALINK_IRQ_H
|
|
|
|
#define GIC_NUM_INTRS 64
|
|
#define NR_IRQS 256
|
|
|
|
#include_next <irq.h>
|
|
|
|
#endif
|