Skip to content

Commit

Permalink
ARM: VExpress: convert to CONFIG_MULTI_IRQ_HANDLER
Browse files Browse the repository at this point in the history
Convert the VExpress platform to be using the gic_handle_irq
function as its primary interrupt handler.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
  • Loading branch information
Marc Zyngier committed Nov 15, 2011
1 parent 1b99d9c commit abd3ca5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ config ARCH_VEXPRESS
select ICST
select PLAT_VERSATILE
select PLAT_VERSATILE_CLCD
select MULTI_IRQ_HANDLER
help
This enables support for the ARM Ltd Versatile Express boards.

Expand Down
2 changes: 0 additions & 2 deletions arch/arm/mach-vexpress/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <asm/hardware/entry-macro-gic.S>

.macro disable_fiq
.endm

Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-vexpress/v2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <asm/hardware/arm_timer.h>
#include <asm/hardware/timer-sp.h>
#include <asm/hardware/sp810.h>
#include <asm/hardware/gic.h>

#include <mach/ct-ca9x4.h>
#include <mach/motherboard.h>
Expand Down Expand Up @@ -448,5 +449,6 @@ MACHINE_START(VEXPRESS, "ARM-Versatile Express")
.init_early = v2m_init_early,
.init_irq = v2m_init_irq,
.timer = &v2m_timer,
.handle_irq = gic_handle_irq,
.init_machine = v2m_init,
MACHINE_END

0 comments on commit abd3ca5

Please sign in to comment.