Searched hist:"819 cdcdb7b2ac6f8294a969eb2d9003b1be222bf" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/mm/ |
H A D | fault.c | diff 819cdcdb7b2ac6f8294a969eb2d9003b1be222bf Tue Feb 14 10:45:12 CST 2017 Laurent Dufour <ldufour@linux.vnet.ibm.com> powerpc/mm: Move mmap_sem unlocking in do_page_fault()
Since the fault retry is now handled earlier, we can release the mmap_sem lock earlier too and remove later unlocking previously done in mm_fault_error().
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|