You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=y
The corresponding hardware issues of CONFIG_ERRATA_SIFIVE_CIP_453 and
CONFIG_ERRATA_SIFIVE_CIP_1200 only exist in the SiFive 64bit CPU cores.
Therefore, these two errata are required only if CONFIG_64BIT=y
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Vincent Chen <[email protected]>
Fixes: bff3ff5 ("riscv: sifive: Apply errata "cip-1200" patch")
Fixes: 800149a ("riscv: sifive: Apply errata "cip-453" patch")
Signed-off-by: Palmer Dabbelt <[email protected]>
0 commit comments