Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/riscv/include Comment fix



details:   https://anonhg.NetBSD.org/src/rev/2d557cdfb111
branches:  trunk
changeset: 372315:2d557cdfb111
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 13 08:13:55 2022 +0000

description:
Comment fix

diffstat:

 sys/arch/riscv/include/sysreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 040462d0bf38 -r 2d557cdfb111 sys/arch/riscv/include/sysreg.h
--- a/sys/arch/riscv/include/sysreg.h   Sun Nov 13 05:26:07 2022 +0000
+++ b/sys/arch/riscv/include/sysreg.h   Sun Nov 13 08:13:55 2022 +0000
@@ -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 @@
 #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



Home | Main Index | Thread Index | Old Index