
We've made generic irqchip drivers for Loongson-3 platform, it's time to say goodbye to these legacy code. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Co-developed-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
13 lines
279 B
C
13 lines
279 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __ASM_MACH_LOONGSON64_IRQ_H_
|
|
#define __ASM_MACH_LOONGSON64_IRQ_H_
|
|
|
|
#include <boot_param.h>
|
|
|
|
/* cpu core interrupt numbers */
|
|
#define MIPS_CPU_IRQ_BASE 56
|
|
|
|
#include <asm/mach-generic/irq.h>
|
|
|
|
#endif /* __ASM_MACH_LOONGSON64_IRQ_H_ */
|