MIPS: GIC: Move GIC_NUM_INTRS into platform irq.h
authorJeffrey Deans <jeffrey.deans@imgtec.com>
Thu, 17 Jul 2014 08:20:54 +0000 (09:20 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 1 Aug 2014 22:06:40 +0000 (00:06 +0200)
commitc975048165a973dc5b0aef76514045b69062db41
tree3d0ec03da2030a523f50908676adeb5640ceb2d5
parent822350bc90c5069e9ab39f8720e2ef06af736124
MIPS: GIC: Move GIC_NUM_INTRS into platform irq.h

The value of GIC_NUM_INTRS is platform-specific. Using a default value
from gic.h will result in incorrect behaviour on some systems, so
require a suitable definition to be present in the platform's irq.h.

Signed-off-by: Jeffrey Deans <jeffrey.deans@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7373/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/gic.h
arch/mips/include/asm/mach-malta/irq.h
arch/mips/include/asm/mach-sead3/irq.h
This page took 0.030395 seconds and 5 git commands to generate.