]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: cleanup the parse_dtb calling conventions
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Apr 2019 09:14:38 +0000 (11:14 +0200)
committerPalmer Dabbelt <palmer@sifive.com>
Thu, 25 Apr 2019 21:51:11 +0000 (14:51 -0700)
commit55be7bc44d3fbf0b901d2449c397f29fec255e37
tree3e6ce6a474ce9e4c53a2fc9501b2ed224890331b
parenta63c60b2d70d692791bab5367bccde4f37837557
riscv: cleanup the parse_dtb calling conventions

No need to pass the hartid, and the dtb address passed is a physical
address, so don't pretend it is a kernel pointer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/kernel/head.S
arch/riscv/kernel/setup.c