summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorMasao Uebayashi <uebayasi@cvs.openbsd.org>2014-07-10 20:15:28 +0000
committerMasao Uebayashi <uebayasi@cvs.openbsd.org>2014-07-10 20:15:28 +0000
commita7afba102c11ffc2238e4ece5abaf2a9e695834d (patch)
tree560871833820dbb35fc08c8b76737f8f0daf6143 /sys/arch/vax
parentb54ae4b42c50da512ad76ad5d532154b249e5411 (diff)
boot(9): Remove comments about RB_*, "cold", and savectx()
Again remove slightly different comments to reduce diffs. These will be re-added once boot() become MI and its specification is clearly re-defined. OK miod@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/machdep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c
index 7f695e18f5e..69ea1aea017 100644
--- a/sys/arch/vax/vax/machdep.c
+++ b/sys/arch/vax/vax/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.138 2014/07/10 13:34:32 uebayasi Exp $ */
+/* $OpenBSD: machdep.c,v 1.139 2014/07/10 20:15:27 uebayasi Exp $ */
/* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */
/*
@@ -513,9 +513,7 @@ boot(int howto)
{
struct device *mainbus;
- /* If system is cold, just halt. */
if (cold) {
- /* (Unless the user explicitly asked for reboot.) */
if ((howto & RB_USERREQ) == 0)
howto |= RB_HALT;
goto haltsys;