summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
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/sparc
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/sparc')
-rw-r--r--sys/arch/sparc/sparc/machdep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c
index 356c45ae2fc..4ad110f77de 100644
--- a/sys/arch/sparc/sparc/machdep.c
+++ b/sys/arch/sparc/sparc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.156 2014/07/10 13:34:32 uebayasi Exp $ */
+/* $OpenBSD: machdep.c,v 1.157 2014/07/10 20:15:27 uebayasi Exp $ */
/* $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */
/*
@@ -529,9 +529,7 @@ boot(int howto)
static char str[4]; /* room for "-sd\0" */
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;