mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
c30700db9e
A few architectures support uncached kernel segments. In that case we get an uncached mapping for a given physica address by using an offset in the uncached segement. Implement support for this scheme in the generic dma-direct code instead of duplicating it in arch hooks. Signed-off-by: Christoph Hellwig <hch@lst.de>