From: Benjamin Herrenschmidt Date: Fri, 28 Sep 2007 23:06:21 +0000 (+1000) Subject: Fix bogus PCI quirk for e100 X-Git-Tag: v2.6.23-rc9~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bef7dc00caa7bcbff4fdb55e599e2591461fafa;p=pandora-kernel.git 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 Acked-by: Linas Vepstas Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed