]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7189dabad06eddce295fd8a671e500f4065d92ef
tree3d0ec03da2030a523f50908676adeb5640ceb2d5
parent88c5f92e300e9fd929a2dac8aba83e3ae82ea7b0
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