From cabefd9b4f41c3211f8163c0a333a14ce4e24397 Mon Sep 17 00:00:00 2001 From: Scott Johnson Date: Tue, 2 Nov 2021 12:00:47 -0700 Subject: Remove no-longer-used SSTATUS_VS_MASK Spike removed this in https://github.com/riscv-software-src/riscv-isa-sim/commit/60243a3bf9f86de5b8b58807ae218f1e3aedc31c I checked other uses of encoding.h (riscv-pk, riscv-test-env, riscv-openocd), and confirmed that none of them use this value. --- encoding.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/encoding.h b/encoding.h index 63f1a78..edccf00 100644 --- a/encoding.h +++ b/encoding.h @@ -51,10 +51,6 @@ #define SSTATUS_UXL 0x0000000300000000 #define SSTATUS64_SD 0x8000000000000000 -#define SSTATUS_VS_MASK (SSTATUS_SIE | SSTATUS_SPIE | \ - SSTATUS_SPP | SSTATUS_FS | SSTATUS_SUM | \ - SSTATUS_MXR | SSTATUS_UXL) - #define HSTATUS_VSXL 0x300000000 #define HSTATUS_VTSR 0x00400000 #define HSTATUS_VTW 0x00200000 -- cgit v1.1