aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_out.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <[email protected]>2007-09-29 09:06:21 +1000
committerLinus Torvalds <[email protected]>2007-09-28 16:21:10 -0700
commit1bef7dc00caa7bcbff4fdb55e599e2591461fafa (patch)
tree4bf2da508185000e9960761e0b57fc3e574afcb3 /net/lapb/lapb_out.c
parent05e31754d18169555f2c8b54b5fa8631c6be6e7f (diff)
Fix bogus PCI quirk for e100
Linas reported me that some machines were crashing at boot in quirk_e100_interrupt. It appears that this quirk is doing an ioremap directly on a PCI BAR value, which isn't legal and will cause all sorts of bad things to happen on architectures where PCI BARs don't directly match processor bus addresses. This fixes it by using the proper PCI resources instead which is possible since the quirk has been moved by a previous commit to happen late enough for that. Signed-off-by: Benjamin Herrenschmidt <[email protected]> Acked-by: Linas Vepstas <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions