commit | 11129e8ed4d91a062c5062d80f476adc7fbedbac | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Sep 07 07:58:22 2020 +0200 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Sun Oct 04 10:27:07 2020 -0700 |
tree | 1c841fd1fc654b83ce5a0fef18e4238d52f6cc47 | |
parent | 3c57fa13f6bf3906643034c57736c778ce63fa55 [diff] |
riscv: use memcpy based uaccess for nommu again This reverts commit adccfb1a805ea84d2db38eb53032533279bdaa97. Now that the generic uaccess by mempcy code handles unaligned addresses the generic code can be used for all RISC-V CPUs. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>