diff options
| author | Rahul Pathak <[email protected]> | 2022-08-24 20:24:37 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2022-09-01 15:37:22 +0530 |
| commit | 622cc5f014eb983348aa0dc7fb5fbde43d074782 (patch) | |
| tree | 4cc84a48953e0f6f5e02b2a33e446d9a6287a576 /include | |
| parent | cbaa9b0333517b3c25bea8d1c71ac8005ff1f727 (diff) | |
include: Remove sideleg and sedeleg
sideleg and sedeleg csrs are not part of riscv isa spec
anymore, these csrs were part of N extension which
is removed from the riscv isa specification.
These commits removed all traces of these csrs from
riscv spec (https://github.com/riscv/riscv-isa-manual) -
commit f8d27f805b65 ("Remove or downgrade more references to N extension (#674)")
commit b6cade07034d ("Remove N extension chapter for now")
Signed-off-by: Rahul Pathak <[email protected]>
Reviewed-by: Andrew Jones <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sbi/riscv_encoding.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sbi/riscv_encoding.h b/include/sbi/riscv_encoding.h index 88843014..b0f08c87 100644 --- a/include/sbi/riscv_encoding.h +++ b/include/sbi/riscv_encoding.h @@ -312,8 +312,6 @@ /* Supervisor Trap Setup */ #define CSR_SSTATUS 0x100 -#define CSR_SEDELEG 0x102 -#define CSR_SIDELEG 0x103 #define CSR_SIE 0x104 #define CSR_STVEC 0x105 #define CSR_SCOUNTEREN 0x106 |
