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)
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>

No differences found