MIPS: Handle page faults of executable but unreadable pages correctly.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 23 Jul 2015 09:10:38 +0000 (11:10 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 3 Aug 2015 07:25:08 +0000 (09:25 +0200)
commite070dab73523bcbf2409ba8b5c342d53bccc0959
tree92154b37f1e4719e7ec030b8719121dea4412b81
parent106eccb4d20f35ebc58ff2286c170d9e79c5ff68
MIPS: Handle page faults of executable but unreadable pages correctly.

Without this we end taking execeptions in an endless loop hanging the
thread.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/fault.c