From: Paul Mundt Date: Fri, 29 Jan 2010 16:41:21 +0000 (+0900) Subject: sh: Kill off broken type 1 PCI config access checks. X-Git-Tag: v2.6.34-rc1~285^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=396c56a9c69ebb0baf9171a6365ac9fda322728d;p=pandora-kernel.git sh: Kill off broken type 1 PCI config access checks. The host controllers only support type 1, so there's not much else to test for. Some of the older controllers also supported type 2 accesses, but we've never supported those, and likely never will. Beyond that, the P1SEG test is meaningless for 32-bit mode, so rather than refactoring it, just kill the type 1 test off completely. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed