From: Dominik Dingel Date: Mon, 6 Oct 2014 14:34:44 +0000 (+0200) Subject: s390/mm: fixing calls of pte_unmap_unlock X-Git-Tag: fixes-against-v3.18-rc2~27^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66e9bbdb3dbb335b158bb88de2642966af816ffe;p=pandora-kernel.git s390/mm: fixing calls of pte_unmap_unlock pte_unmap works on page table entry pointers, derefencing should be avoided. As on s390 pte_unmap is a NOP, this is more a cleanup if we want to supply later such function. Signed-off-by: Dominik Dingel Reviewed-by: Thomas Huth Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed