Skip to content
Commit 28148a17 authored by Jann Horn's avatar Jann Horn Committed by Stafford Horne
Browse files

openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncached

Since commit 8782fb61 ("mm: pagewalk: Fix race between unmap and page
walker"), walk_page_range() on kernel ranges won't work anymore,
walk_page_range_novma() must be used instead.

Note: I don't have an openrisc development setup, so this is completely
untested.

Fixes: 8782fb61

 ("mm: pagewalk: Fix race between unmap and page walker")
Signed-off-by: default avatarJann Horn <jannh@google.com>
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent f76349cf
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