commit | cac4d1dc85be2996ea19aea4f6ac6525f4c97171 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@kernel.org> | Tue Aug 25 18:38:58 2020 +0300 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Tue Sep 15 18:45:58 2020 -0700 |
tree | 985e9e8c2423eb36528432a5c5f25808a449c573 | |
parent | 4363287178a85e41cd59f9f1d423fbe1f9048ec8 [diff] |
riscv/mm/fault: Move no context handling to no_context() This patch moves the no context handling in do_page_fault() to no_context() 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>