svn commit: r337767 - head/sys/riscv/include
Ruslan Bukin
br at FreeBSD.org
Tue Aug 14 16:22:15 UTC 2018
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
More information about the svn-src-head
mailing list