From: Benjamin Herrenschmidt Date: Thu, 26 Jul 2007 04:07:13 +0000 (+1000) Subject: [POWERPC] Make pci_iounmap actually unmap things X-Git-Tag: v2.6.23-rc2~190^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50747cb8189d54369d75e1bd73f84db431d39af8;p=pandora-kernel.git [POWERPC] Make pci_iounmap actually unmap things This patch uses the newly added functions for testing if an address is an ISA or PCI IO port to properly unmap things in pci_iounmap that aren't such ports. Without that, drivers using the iomap API will never actually unmap resources, which on IBM server machines will prevent hot-unplug of the corresponding HW adapters. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed