]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/mm: fixing calls of pte_unmap_unlock
authorDominik Dingel <dingel@linux.vnet.ibm.com>
Mon, 6 Oct 2014 14:34:44 +0000 (16:34 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 15 Oct 2014 14:56:27 +0000 (16:56 +0200)
commit66e9bbdb3dbb335b158bb88de2642966af816ffe
tree511fbc5d45b696ddda37cb3d217171963163f2c3
parentc9eeb7b813c9525cda34b61dcf4455c52fc58890
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 <dingel@linux.vnet.ibm.com>
Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/pgtable.c