commit | 66e9bbdb3dbb335b158bb88de2642966af816ffe | [log] [tgz] |
---|---|---|
author | Dominik Dingel <dingel@linux.vnet.ibm.com> | Mon Oct 06 16:34:44 2014 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Oct 15 16:56:27 2014 +0200 |
tree | 511fbc5d45b696ddda37cb3d217171963163f2c3 | |
parent | c9eeb7b813c9525cda34b61dcf4455c52fc58890 [diff] |
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>