commit | b30115ea8f685bcd1769553fe8511745f985053c | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Oct 27 19:48:47 2008 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Oct 31 16:13:46 2008 +1100 |
tree | 3bc3bbeeeaf9efbf117c87d8cda846f3206e0e46 | |
parent | e90a13184600ec756875238ad130e2f205cd9a1b [diff] |
powerpc/pci: Fix unmapping of IO space on 64-bit A typo/thinko made us pass the wrong argument to __flush_hash_table_range when unplugging bridges, thus not flushing all the translations for the IO space on unplug. The third parameter to __flush_hash_table_range is `end', not `size'. This causes the hypervisor to refuse unplugging slots. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>