[arch][riscv] remove the last of the RISCV_BOOT_HART mechanism

Now the harts are dynamically numbered, so don't need
this mechanism anymore.
This commit is contained in:
Travis Geiselbrecht
2020-12-30 01:09:24 -08:00
parent c2d77234c3
commit 1e50428091
5 changed files with 8 additions and 23 deletions

View File

@@ -21,7 +21,7 @@
#define LOCAL_TRACE 0
// per cpu structure, pointed to by xscratch
struct riscv_percpu percpu[RISCV_MAX_HARTS];
struct riscv_percpu percpu[SMP_MAX_CPUS];
// called extremely early from start.S prior to getting into any other C code on
// both the boot cpu and the secondaries