]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=y
authorVincent Chen <vincent.chen@sifive.com>
Thu, 29 Apr 2021 07:58:36 +0000 (00:58 -0700)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Thu, 6 May 2021 16:40:13 +0000 (09:40 -0700)
commitdf625dfa238f74535294547462f8224bc2688c74
tree8cec67f63e9caf3ce40fbaef266476eefb22c3aa
parent2ec16517998cef83f32fca5a805678e2d33af0ff
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 <lkp@intel.com>
Signed-off-by: Vincent Chen <vincent.chen@sifive.com>
Fixes: ed69ba0824bc ("riscv: sifive: Apply errata "cip-1200" patch")
Fixes: dd1b376c4cd9 ("riscv: sifive: Apply errata "cip-453" patch")
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/Kconfig.erratas