ARM: orion: always use MULTI_IRQ_HANDLER
authorArnd Bergmann <arnd@arndb.de>
Wed, 2 Dec 2015 21:27:04 +0000 (22:27 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 7 Dec 2015 17:16:42 +0000 (18:16 +0100)
commitb8cd337c8e0330f4a29b3d1f69b7c73b324b1f8d
tree044ec830fe3af759bb59e14793baf603ed5246cd
parent06f3008a6a7454389a82495eb1fc132c2b0710f6
ARM: orion: always use MULTI_IRQ_HANDLER

As a preparation for multiplatform support, this enables
the MULTI_IRQ_HANDLER code unconditionally on dove and
orion5x, and introduces the respective code on mv78xx0,
which did not have it so far. The classic entry-macro.S
files are removed as they are now obsolete.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/Kconfig
arch/arm/mach-dove/include/mach/entry-macro.S [deleted file]
arch/arm/mach-dove/irq.c
arch/arm/mach-mv78xx0/include/mach/entry-macro.S [deleted file]
arch/arm/mach-mv78xx0/irq.c
arch/arm/mach-orion5x/include/mach/entry-macro.S [deleted file]
arch/arm/mach-orion5x/irq.c
arch/arm/plat-orion/irq.c
arch/arm/plat-orion/mpp.c
This page took 0.027881 seconds and 5 git commands to generate.