[POWERPC] Fix IO Window Updates on P2P bridges.
authorRandy Vinson <rvinson@mvista.com>
Thu, 12 Oct 2006 20:36:23 +0000 (13:36 -0700)
committerPaul Mackerras <paulus@samba.org>
Mon, 16 Oct 2006 05:53:30 +0000 (15:53 +1000)
commit60b2a46cd60c54bd6551ddfa01f0aab08ca58a5d
tree7eeea9f0b7419b19e1292a563dd6415fddf5122c
parent8ba738c2bb8fb83c0c99f680444d3ffd4c178ca2
[POWERPC] Fix IO Window Updates on P2P bridges.

When update_bridge_base() updates the IO window on a PCI-to-PCI
bridge, it fails to zero the upper 16 bits of the base and limit
registers if the window size is less than 64K.  This fixes it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci_32.c