Skip to content

Commit

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

Cc: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
  • Loading branch information
Marc Zyngier committed Nov 15, 2011
1 parent fea9fe8 commit 7e01799
Show file tree
Hide file tree
Showing 3 changed files with 2 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 @@ -345,6 +345,7 @@ config ARCH_HIGHBANK
select GENERIC_CLOCKEVENTS
select HAVE_ARM_SCU
select USE_OF
select MULTI_IRQ_HANDLER
help
Support for the Calxeda Highbank SoC based boards.

Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-highbank/highbank.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ DT_MACHINE_START(HIGHBANK, "Highbank")
.map_io = highbank_map_io,
.init_irq = highbank_init_irq,
.timer = &highbank_timer,
.handle_irq = gic_handle_irq,
.init_machine = highbank_init,
.dt_compat = highbank_match,
MACHINE_END
2 changes: 0 additions & 2 deletions arch/arm/mach-highbank/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

0 comments on commit 7e01799

Please sign in to comment.