aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip30/ip30-irq.c
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-09-20 22:51:50 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-09-21 22:15:49 +0200
commit7895d662bab8827176d44326d0a7423221287ca9 (patch)
tree91c1d51dd0ee453e96338d57ec95f0591e683cf2 /arch/mips/sgi-ip30/ip30-irq.c
parentMIPS: Loongson-3: Calculate ra properly when unwinding the stack (diff)
downloadlinux-dev-7895d662bab8827176d44326d0a7423221287ca9.tar.xz
linux-dev-7895d662bab8827176d44326d0a7423221287ca9.zip
MIPS: SGI-IP30: Move irq bits to better header files
Move HEART specific parts of mach-ip30/irq.h to asm/sgi/heart.h and IP30 specific parts to sgi-ip30/ip30-common.h. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/sgi-ip30/ip30-irq.c')
-rw-r--r--arch/mips/sgi-ip30/ip30-irq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/sgi-ip30/ip30-irq.c b/arch/mips/sgi-ip30/ip30-irq.c
index c2ffcb920250..e8374e4c705b 100644
--- a/arch/mips/sgi-ip30/ip30-irq.c
+++ b/arch/mips/sgi-ip30/ip30-irq.c
@@ -14,6 +14,8 @@
#include <asm/irq_cpu.h>
#include <asm/sgi/heart.h>
+#include "ip30-common.h"
+
struct heart_irq_data {
u64 *irq_mask;
int cpu;