commit | 127827b9c295db35fa7e49d00ac5d14faeda9461 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 29 19:32:22 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 01 23:45:18 2016 +0800 |
tree | 67e4d277b950edc54b1f611ba810c35ad958e253 | |
parent | 9b45b7bba3d22de52e09df63c50f390a193a3f53 [diff] |
lib/mpi: Do not do sg_virt Currently the mpi SG helpers use sg_virt which is completely broken. It happens to work with normal kernel memory but will fail with anything that is not linearly mapped. This patch fixes this by using the SG iterator helpers. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>