commit | 04badfd2936333a23e0fc233f31a760d0dc9424f | [log] [tgz] |
---|---|---|
author | Nathan Fontenot <nfont@austin.ibm.com> | Mon Oct 13 08:42:00 2008 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Oct 21 15:17:47 2008 +1100 |
tree | f2889549126aaef3e3bf80b52ccb74d0bbc8831e | |
parent | c10c178a92b032ea3dd7259dcbbd1b9331c05c41 [diff] |
powerpc/pseries: Validate PFN in pseries_remove_lmb() The pfn of the memory to be removed should be validated prior to attempting to remove the memory. In cases where the probe of a memory section fails during hotplug add, the pfn for the lmb may not be valid. Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com> Signed-off-by: Nathan Fontenot <nfont@austin.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>