sh: Kill off broken type 1 PCI config access checks.
commit396c56a9c69ebb0baf9171a6365ac9fda322728d
authorPaul Mundt <lethal@linux-sh.org>
Fri, 29 Jan 2010 16:41:21 +0000 (30 01:41 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 29 Jan 2010 16:41:21 +0000 (30 01:41 +0900)
treead501a9148d96c10cf45a79ca9c6c188a03da627
parent320e68da59353fe6ad51b81f6865c4b674ad66ea
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>
arch/sh/drivers/pci/ops-sh4.c
arch/sh/drivers/pci/pci-sh4.h
arch/sh/drivers/pci/pci-sh7751.c
arch/sh/drivers/pci/pci-sh7780.c