summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2020-03-30 10:43:59 +0100
committerMarc Zyngier <maz@kernel.org>2020-04-01 09:12:24 +0100
commit4cea749d56bec9409f3bd126d2b2f949dc6c66e2 (patch)
tree0828f56c2e90ff58a111121a34ec200686304dea /arch/microblaze/include
parente02f6c01748df77b3fe202bbf7dde0aae6ecced7 (diff)
downloadlinux-4cea749d56bec9409f3bd126d2b2f949dc6c66e2.tar.bz2
Revert "irqchip/xilinx: Enable generic irq multi handler"
This reverts commit a0789993bf8266e62fea6b4613945ba081c71e7d, which breaks a number of PPC platforms. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/44b64be7-9240-fd52-af90-e0245220f38b@xilinx.com
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r--arch/microblaze/include/asm/irq.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/irq.h b/arch/microblaze/include/asm/irq.h
index 5166f0893e2b..eac2fb4b3fb9 100644
--- a/arch/microblaze/include/asm/irq.h
+++ b/arch/microblaze/include/asm/irq.h
@@ -14,4 +14,7 @@
struct pt_regs;
extern void do_IRQ(struct pt_regs *regs);
+/* should be defined in each interrupt controller driver */
+extern unsigned int xintc_get_irq(void);
+
#endif /* _ASM_MICROBLAZE_IRQ_H */