kernel_optimize_test/arch/riscv
Anup Patel a3182c91ef
RISC-V: Access CSRs using CSR numbers
We should prefer accessing CSRs using their CSR numbers because:
1. It compiles fine with older toolchains.
2. We can use latest CSR names in #define macro names of CSR numbers
   as-per RISC-V spec.
3. We can access newly added CSRs even if toolchain does not recognize
   newly addes CSRs by name.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
2019-05-16 20:42:11 -07:00
..
boot
configs
include RISC-V: Access CSRs using CSR numbers 2019-05-16 20:42:11 -07:00
kernel RISC-V: Access CSRs using CSR numbers 2019-05-16 20:42:11 -07:00
lib
mm RISC-V: Access CSRs using CSR numbers 2019-05-16 20:42:11 -07:00
net
Kconfig riscv: remove CONFIG_RISCV_ISA_A 2019-04-25 14:51:10 -07:00
Kconfig.debug
Makefile riscv: remove CONFIG_RISCV_ISA_A 2019-04-25 14:51:10 -07:00