commit | 60b2a46cd60c54bd6551ddfa01f0aab08ca58a5d | [log] [tgz] |
---|---|---|
author | Randy Vinson <rvinson@mvista.com> | Thu Oct 12 13:36:23 2006 -0700 |
committer | Paul Mackerras <paulus@samba.org> | Mon Oct 16 15:53:30 2006 +1000 |
tree | 7eeea9f0b7419b19e1292a563dd6415fddf5122c | |
parent | 8ba738c2bb8fb83c0c99f680444d3ffd4c178ca2 [diff] |
[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>