nuttx/arch/risc-v
Huang Qi e8552156b6 arch/risc-v: Remove unneeded ISA specifc interface
They are not really defined and used in any where:
uint32_t up_getmisa(void);
uint32_t up_getarchid(void);
uint32_t up_getimpid(void);
uint32_t up_getvendorid(void);
uint32_t up_gethartid(void);

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2022-02-25 20:36:16 +08:00
..
include arch/risc-v: Remove unneeded ISA specifc interface 2022-02-25 20:36:16 +08:00
src arch/risc-v: Update outdated comments 2022-02-25 20:36:16 +08:00
Kconfig risc-v/qemu-rv: Supports SMP up to 8 cores 2022-02-18 13:25:01 +08:00