commit | 9001f2850ff92b52d7654379e7b7feb72f78f161 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sun Oct 29 16:32:31 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Oct 30 19:33:33 2006 -0800 |
tree | 2482fa3e7653f633dad7b0e864ade020d390d719 | |
parent | a7aacdf9ea45bf6139cfd750e558a3dcbc6f16c3 [diff] |
[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: David S. Miller <davem@davemloft.net>