Module Name:    src
Committed By:   skrll
Date:           Sun Nov 13 08:13:55 UTC 2022

Modified Files:
        src/sys/arch/riscv/include: sysreg.h

Log Message:
Comment fix


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/riscv/include/sysreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/riscv/include/sysreg.h
diff -u src/sys/arch/riscv/include/sysreg.h:1.23 src/sys/arch/riscv/include/sysreg.h:1.24
--- src/sys/arch/riscv/include/sysreg.h:1.23	Sat Nov 12 07:05:40 2022
+++ src/sys/arch/riscv/include/sysreg.h	Sun Nov 13 08:13:55 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: sysreg.h,v 1.23 2022/11/12 07:05:40 skrll Exp $ */
+/* $NetBSD: sysreg.h,v 1.24 2022/11/13 08:13:55 skrll Exp $ */
 
 /*
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -233,7 +233,7 @@ riscvreg_status_set(uintptr_t __mask)
 #define	CAUSE_STORE_PAGE_FAULT		15
 /* >= 16 is reserved/custom */
 
-// Cause register - traps
+// Cause register - interrupts
 #define	IRQ_SUPERVISOR_SOFTWARE	1
 #define	IRQ_MACHINE_SOFTWARE	3
 #define	IRQ_SUPERVISOR_TIMER	5

Reply via email to