Skip to content
Commit 127827b9 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 9b45b7bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment