Home
last modified time | relevance | path

Searched hist:"0 f883267a877314f83236a3397c8e0040f8a1129" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/cpu/
H A Dinterrupts.c0f883267a877314f83236a3397c8e0040f8a1129 Wed Feb 22 18:12:43 UTC 2012 Stephan Linz <linz@li-pro.net> 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>