u-boot/arch/microblaze/cpu
Stephan Linz 0f883267a8 microblaze: avoid interrupt race conditions
The interrupt acknowledge action have to run after the
registered interrupt handler. So we have a chance to
bear out the corresponding interrupt request in the
corresponding controller hardware.

With this reordering, we optain a proper interrupt
handling for level triggered interrupt sources -- for
example the new axi_timer v1.02.a introduced in ISE 13.2.

Signed-off-by: Stephan Linz <linz@li-pro.net>
Acked-by: Michal Simek <monstr@monstr.eu>
2012-02-23 12:16:04 +01:00
..
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
cache.c microblaze: Consolidate cache code 2010-04-16 12:56:33 +02:00
cpu.c microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/* 2010-04-13 09:13:26 +02:00
exception.c microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/* 2010-04-13 09:13:26 +02:00
interrupts.c microblaze: avoid interrupt race conditions 2012-02-23 12:16:04 +01:00
irq.S microblaze: Fix msr handling in interrupt_handler 2011-02-15 15:13:24 +01:00
start.S microblaze: Clean up reset asm code 2011-10-03 08:01:56 +02:00
timer.c microblaze: fix build failure due to undefined reference to `get_ticks' 2012-02-23 12:15:14 +01:00