commit | a51271d99cdd04910227060936d0598ba49fb1cc | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@kernel.org> | Tue Aug 25 18:48:01 2020 +0300 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Tue Sep 15 18:45:59 2020 -0700 |
tree | a4305ff0611142422a545f5a501a811df3e4221a | |
parent | cac4d1dc85be2996ea19aea4f6ac6525f4c97171 [diff] |
riscv/mm/fault: Move bad area handling to bad_area() This patch moves the bad area handling in do_page_fault() to bad_area() function and converts gotos to calls to the new function. Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>