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

[SPARC64]: Fix SBUS IRQ regression caused by PCI-E driver.



We used to access the 64-bit IRQ IMAP and ICLR registers of bus
controllers 4-bytes in and as a 32-bit register word, since only the
low 32-bits were relevant.  This seemed like a good idea at the time.

But the PCI-E controller requires full 8-byte 64-bit access to
these registers, so we switched over to accessing them fully.

SBUS was not adjusted properly, which broke interrupts completely.

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