commit | a5dda2b48ba79e415b9321e897f3cf0940c44198 | [log] [tgz] |
---|---|---|
author | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Dec 26 14:17:32 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Dec 27 17:29:07 2023 +0800 |
tree | a708650c490519583a4f7fa6dc810cd5aa69254b | |
parent | d0f9f3a63832ac734ee401b515b9b758f19cc351 [diff] [blame] |
andes: csr.h: Clean up CSR definition Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Yu Chien Peter Lin <peterlin@andestech.com>
diff --git a/arch/riscv/include/asm/csr.h b/arch/riscv/include/asm/csr.h index 1a15089..986f951 100644 --- a/arch/riscv/include/asm/csr.h +++ b/arch/riscv/include/asm/csr.h
@@ -142,6 +142,7 @@ #define CSR_CYCLEH 0xc80 #define CSR_TIMEH 0xc81 #define CSR_INSTRETH 0xc82 +#define CSR_MARCHID 0xf12 #define CSR_MHARTID 0xf14 #ifndef __ASSEMBLY__