commit | 396c56a9c69ebb0baf9171a6365ac9fda322728d | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sat Jan 30 01:41:21 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Sat Jan 30 01:41:21 2010 +0900 |
tree | ad501a9148d96c10cf45a79ca9c6c188a03da627 | |
parent | 320e68da59353fe6ad51b81f6865c4b674ad66ea [diff] |
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 <lethal@linux-sh.org>