Skip to content
Commit 39af22a7 authored by Nicolas Pitre's avatar Nicolas Pitre
Browse files

ARM: get rid of kmap_high_l1_vipt()



Since commit 3e4d3af5 "mm: stack based kmap_atomic()", it is no longer
necessary to carry an ad hoc version of kmap_atomic() added in commit
7e5a69e8 "ARM: 6007/1: fix highmem with VIPT cache and DMA" to cope
with reentrancy.

In fact, it is now actively wrong to rely on fixed kmap type indices
(namely KM_L1_CACHE) as kmap_atomic() totally ignores them now and a
concurrent instance of it may reuse any slot for any purpose.

Signed-off-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
parent b0c3844d
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