RISC-V: Support for 64bit hartid on RV64 platforms
authorPalmer Dabbelt <palmer@rivosinc.com>
Wed, 20 Jul 2022 04:14:56 +0000 (21:14 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 20 Jul 2022 04:15:36 +0000 (21:15 -0700)
commit8916c9054f940acbd735e33067e8a7e5a06f8834
treebcdff33373241d7f870e79917c4421969902ded5
parentb49816611eaceb66a00c8b18e6d7bcee63eba86b
parent171549f829dfebf1f44ffa76d3191bdc032d4cdb
RISC-V: Support for 64bit hartid on RV64 platforms

The hartid can be a 64bit value on RV64 platforms. This series updates
the code so that 64bit hartid can be supported on RV64 platforms.

* 'riscv-64bit_hartid' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git:
  riscv/efi_stub: Add 64bit boot-hartid support on RV64
  riscv: cpu: Add 64bit hartid support on RV64
  riscv: smp: Add 64bit hartid support on RV64
  riscv: spinwait: Fix hartid variable type
  riscv: cpu_ops_sbi: Add 64bit hartid support on RV64
arch/riscv/kernel/cpufeature.c