From: Nicolas Pitre Date: Wed, 15 Dec 2010 20:14:45 +0000 (-0500) Subject: ARM: get rid of kmap_high_l1_vipt() X-Git-Tag: v2.6.37~3^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39af22a79232373764904576f31572f1db76af10;p=pandora-kernel.git ARM: get rid of kmap_high_l1_vipt() Since commit 3e4d3af501 "mm: stack based kmap_atomic()", it is no longer necessary to carry an ad hoc version of kmap_atomic() added in commit 7e5a69e83b "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: Nicolas Pitre --- Reading git-diff-tree failed