Skip to content
Commit cd57d07b authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Rich Felker
Browse files

sh: don't allow non-coherent DMA for NOMMU



The code handling non-coherent DMA depends on being able to remap code
as non-cached.  But that can't be done without an MMU, so using this
option on NOMMU builds is broken.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarRich Felker <dalias@libc.org>
parent 846f9e1f
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