Author: br Date: Tue Aug 14 16:22:14 2018 New Revision: 337767 URL: https://svnweb.freebsd.org/changeset/base/337767
Log: Remove unused code. Sponsored by: DARPA, AFRL Modified: head/sys/riscv/include/riscvreg.h Modified: head/sys/riscv/include/riscvreg.h ============================================================================== --- head/sys/riscv/include/riscvreg.h Tue Aug 14 16:22:04 2018 (r337766) +++ head/sys/riscv/include/riscvreg.h Tue Aug 14 16:22:14 2018 (r337767) @@ -155,13 +155,6 @@ #define SATP_MODE_SV39 (8ULL << SATP_MODE_S) #define SATP_MODE_SV48 (9ULL << SATP_MODE_S) -#if 0 -/* lowRISC TODO */ -#define NCSRS 4096 -#define CSR_IPI 0x783 -#define CSR_IO_IRQ 0x7c0 /* lowRISC only? */ -#endif - #define XLEN 8 #define INSN_SIZE 4 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
