commit | 6f1e9e946f0bc32cf55a7d7c36f80cb365e1877a | [log] [tgz] |
---|---|---|
author | Anup Patel <anup.patel@wdc.com> | Wed Feb 13 16:38:36 2019 +0530 |
committer | Anup Patel <anup@brainfault.org> | Thu Feb 21 11:26:31 2019 +0530 |
tree | 39204f33014cf0c840794ca1ca774dfd7262b218 | |
parent | 0651c263c8e39f409a72ba01bfd73ddf3d3e6748 [diff] |
RISC-V: Move setup_vm() to mm/init.c The setup_vm() is responsible for setting up initial page table hence should be placed in mm/init.c. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Palmer Dabbelt <palmer@sifive.com>