mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 16:41:39 +00:00
a35707c3d8
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved. Add the T-Head vendor-id and necessary errata code to replace the affected instructions. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
3 lines
76 B
Makefile
3 lines
76 B
Makefile
obj-$(CONFIG_ERRATA_SIFIVE) += sifive/
|
|
obj-$(CONFIG_ERRATA_THEAD) += thead/
|