Skip to content
Commit 9001f285 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Fix Tomatillo/Schizo IRQ handling.



The code in schizo_irq_trans_init() should set irq_data->sync_reg
to the location of the SYNC register if this is Tomatillo, and set
it to zero otherwise.  But that is not what it is doing.

As a result, non-Tomatillo systems were trying to access a
non-existent register resulting in bus errors at the first
PCI interrupt.

Thanks to Roland Stigge for the bug report.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a7aacdf9
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