Searched hist:b60b270b3db617811e593db5d5920ed98e67ce49 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/block/ |
H A D | swim3.c | diff b60b270b3db617811e593db5d5920ed98e67ce49 Tue Apr 06 01:18:39 CDT 2021 Christoph Hellwig <hch@lst.de> swim3: support highmem
swim3 only uses the virtual address of a bio to stash it into the data transfer using virt_to_bus. But the ppc32 virt_to_bus just uses the physical address with an offset. Replace virt_to_bus with a local hack that performs the equivalent transformation and stop asking for block layer bounce buffering.
Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210406061839.811588-1-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
|