]> git.baikalelectronics.ru Git - kernel.git/commit
s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present
authorDavid Hildenbrand <david@redhat.com>
Thu, 9 Sep 2021 16:22:46 +0000 (18:22 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 25 Oct 2021 07:20:38 +0000 (09:20 +0200)
commit75fd88fca3b12e98bea194c7c266b88048800731
tree8369ef7415977ee9b2d8cd90de377fc024470ec5
parentbff75ff4f92d748d4f74137f2c002204ab1ec8c5
s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present

pte_map_lock() is sufficient.

Signed-off-by: David Hildenbrand <david@redhat.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/20210909162248.14969-8-david@redhat.com
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/mm/pgtable.c