commit | f28a4b4ddf8e7181c6c0bc45603d65c4ab6b14f9 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Aug 17 18:17:49 2017 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Sep 06 09:24:43 2017 +0200 |
tree | ac57ff2985e8915e5cc54666bf6b400f3d5db587 | |
parent | 60f07c8ec5fae06c23e9fd7bab67dabce92b3414 [diff] |
s390/mm: use a single lock for the fields in mm_context_t The three locks 'lock', 'pgtable_lock' and 'gmap_lock' in the mm_context_t can be reduced to a single lock. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>