commit | 22b382985a2e213e4ea0b4e436df24ab7228961d | [log] [tgz] |
---|---|---|
author | Nishanth Aravamudan <nacc@linux.vnet.ibm.com> | Fri Jan 18 09:16:24 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jan 29 11:35:08 2013 +1100 |
tree | e5434ffb51de271a8711494016a776926ee58afd | |
parent | 4ae7ebe9522a9e3626e28b4d268dae712738573d [diff] |
pseries/iommu: Fix iteration in DDW TCE clearrange tce_clearrange_multi_pSeriesLP is attempting to iterate over all TCEs in a given range. However, is it not advancing the dma_offset value passed to plpar_tce_stuff via the next value. This prevents DLPAR from completing, because TCEs are still present at slot isolation time. Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>