From: uebayasi Date: Mon, 14 Jul 2014 08:36:31 +0000 (+0000) Subject: More comment cleanup in boot(). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f8fd43f54e077236b08bd848238dc157a97e1336;p=openbsd More comment cleanup in boot(). --- diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 09eecc98d81..559b4302ccf 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.548 2014/07/13 22:53:39 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.549 2014/07/14 08:36:31 uebayasi Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -2587,7 +2587,6 @@ boot(int howto) splhigh(); cold = 1; - /* Do a dump if requested. */ if (howto & RB_DUMP) dumpsys(); diff --git a/sys/arch/landisk/landisk/machdep.c b/sys/arch/landisk/landisk/machdep.c index 42337243323..b9af60ddfc5 100644 --- a/sys/arch/landisk/landisk/machdep.c +++ b/sys/arch/landisk/landisk/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.38 2014/07/13 22:53:39 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.39 2014/07/14 08:36:31 uebayasi Exp $ */ /* $NetBSD: machdep.c,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ /*- @@ -217,7 +217,6 @@ boot(int howto) splhigh(); cold = 1; - /* Do a dump if requested. */ if (howto & RB_DUMP) dumpsys();