artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
097a266
)
Fix typo in comment
author
jca
<jca@openbsd.org>
Fri, 19 Apr 2024 14:39:34 +0000
(14:39 +0000)
committer
jca
<jca@openbsd.org>
Fri, 19 Apr 2024 14:39:34 +0000
(14:39 +0000)
sys/arch/riscv64/dev/riscv_cpu_intc.c
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/dev/riscv_cpu_intc.c
b/sys/arch/riscv64/dev/riscv_cpu_intc.c
index
c54133f
..
6ee9e7e
100644
(file)
--- a/
sys/arch/riscv64/dev/riscv_cpu_intc.c
+++ b/
sys/arch/riscv64/dev/riscv_cpu_intc.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: riscv_cpu_intc.c,v 1.1
0 2022/04/06 18:59:27 naddy Exp $
*/
+/* $OpenBSD: riscv_cpu_intc.c,v 1.1
1 2024/04/19 14:39:34 jca Exp $
*/
/*
* Copyright (c) 2020, Mars Li <mengshi.li.mars@gmail.com>
@@
-96,7
+96,7
@@
riscv_intc_attach(struct device *parent, struct device *self, void *aux)
/*
* XXX right time to enable interrupts ??
- * might need to postpone until
e
autoconf is finished
+ * might need to postpone until autoconf is finished
*/
intr_enable();
}