commit | 65d47fd4a37cbd60d0737cdae09edf1d208364d7 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jul 19 14:49:33 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 03 16:06:46 2017 +1000 |
tree | 7f3823cfd8f67b83727d783480bbe878007decb3 | |
parent | bb4be50e619b86eea31a28b09bf9fa3fcc5f4976 [diff] |
powerpc/mm: Simplify returns from __do_page_fault Now that we moved the exception state handling to a wrapper, we can just directly return rather than "goto bail" Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>