commit | 2ebca1cbb4a5a31f8d89f22d9d410b432a97f7a7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 20 08:33:26 2019 +0200 |
committer | Paul Walmsley <paul.walmsley@sifive.com> | Thu Jul 04 03:12:57 2019 -0700 |
tree | b7027278557ed3fcab3156a841f79c39094cf1b1 | |
parent | df7e9059cf6bdf4a8c11edeee30231f49815b071 [diff] |
riscv: remove free_initrd_mem The RISC-V free_initrd_mem is identical to the default one, except that it doesn't poison the freed memory. Remove it so that the default implementations gets used instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Anup Patel <anup@brainfault.org> Reviewed-by: Palmer Dabbelt <palmer@sifive.com> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>