Skip to content
Snippets Groups Projects
Commit d56cd47c authored by Federico Vaga's avatar Federico Vaga
Browse files

kernel: swap irq ack between VIC and GN4124


We ack the GN4124 **before** the VIC. The other way around makes the
interrupt handling timing dependent. For instance. When the VIC
VIC_CTL_EMU_LEN_W is too short it may happens that the VIC asserts
the interrupt **before** the GN4124 is acked; then, so do not receive
interrupts anymore from the GN4124 because it misses the VIC edge.

Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
Signed-off-by: default avatarMichel Arruat <michel.arruat@cern.ch>
parent 86b5196f
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment