]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}
authorPalmer Dabbelt <palmer@sifive.com>
Wed, 25 Jul 2018 00:17:14 +0000 (17:17 -0700)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 23 Oct 2018 00:37:41 +0000 (17:37 -0700)
commitef75b29ce6d1c12e7bb8230e960803452367576a
tree9513702413d63d775e848257dfe76d3a84b6a7b9
parentdcd1f6434919ea6a6590d19418c3f67392f043f0
RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}

These are just hard coded in the RISC-V port, which doesn't make any
sense.  We should probably be setting these from device tree entries
when they exist, but for now I think it's saner to just leave them all
as their default values.

Reviewed-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/kernel/cacheinfo.c