commit | ac416a724f113207407848ef58a0270cd03d94d1 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@kernel.org> | Tue Aug 25 18:54:26 2020 +0300 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Tue Sep 15 18:46:00 2020 -0700 |
tree | c315aeaecf13712de1d199e4360fdb4c9d711c8e | |
parent | a51271d99cdd04910227060936d0598ba49fb1cc [diff] |
riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault() This patch moves the vmalloc fault handling in do_page_fault() to vmalloc_fault() 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>