commit | af6f2ce84b2f666762f75f085a7e5d6514743a84 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Fri Mar 12 12:50:37 2021 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Mar 29 13:22:08 2021 +1100 |
tree | d0203bfc92663c83c7ce72f4ab52dac80196c48c | |
parent | e72915560b15f58c2ffe08144d9a7163daa18db4 [diff] |
powerpc/32: Call bad_page_fault() from do_page_fault() Now that non volatile registers are saved at all time, no need to split bad_page_fault() out of do_page_fault(). Remove handle_page_fault() and use do_page_fault() directly. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/cfb95be8863204cc2bf45a22ea44dd1d0dc16b7f.1615552867.git.christophe.leroy@csgroup.eu