git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b9f208
)
s390/mm: use correct unlock function in gmap_ipte_notify
author
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Thu, 30 Oct 2014 09:55:37 +0000
(10:55 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Mon, 3 Nov 2014 12:30:29 +0000
(13:30 +0100)
The page table lock is acquired with a call to get_locked_pte,
replace the plain spin_unlock with the correct unlock function
pte_unmap_unlock.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found