artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cc1e87
)
fix logic error in boot()
author
jsg
<jsg@openbsd.org>
Sun, 2 May 2021 04:21:13 +0000
(
04:21
+0000)
committer
jsg
<jsg@openbsd.org>
Sun, 2 May 2021 04:21:13 +0000
(
04:21
+0000)
ok deraadt@
sys/arch/riscv64/riscv64/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/riscv64/machdep.c
b/sys/arch/riscv64/riscv64/machdep.c
index
90da72a
..
d418d10
100644
(file)
--- a/
sys/arch/riscv64/riscv64/machdep.c
+++ b/
sys/arch/riscv64/riscv64/machdep.c
@@
-335,7
+335,7
@@
boot(int howto)
cold = 1;
if ((howto & RB_DUMP) != 0)
- //dumpsys();//XXX no dump so far. CMPE295
+ printf("no dump so far\n");
haltsys:
config_suspend_all(DVACT_POWERDOWN);