diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-10 20:37:43 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-10 20:37:43 +0000 |
commit | 0b42b0340f1e30e05322509aa017e8ba836c8535 (patch) | |
tree | 293a8f1844200dfc6d05027ec49a08ebefa3a417 | |
parent | 19712e36f28bea96261841f7741086eca84f0234 (diff) |
boot(9): More comment removal about cold/savectx() missed in previous
-rw-r--r-- | sys/arch/armv7/armv7/armv7_machdep.c | 6 | ||||
-rw-r--r-- | sys/arch/luna88k/luna88k/machdep.c | 3 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/armv7/armv7/armv7_machdep.c b/sys/arch/armv7/armv7/armv7_machdep.c index b429fa6c64a..4b091453140 100644 --- a/sys/arch/armv7/armv7/armv7_machdep.c +++ b/sys/arch/armv7/armv7/armv7_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: armv7_machdep.c,v 1.9 2014/07/10 12:13:48 uebayasi Exp $ */ +/* $OpenBSD: armv7_machdep.c,v 1.10 2014/07/10 20:37:41 uebayasi Exp $ */ /* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */ /* @@ -253,10 +253,6 @@ boot(int howto) mainbus = device_mainbus(); - /* - * If we are still cold then hit the air brakes - * and crash to earth fast - */ if (cold) { doshutdownhooks(); if (mainbus != NULL) diff --git a/sys/arch/luna88k/luna88k/machdep.c b/sys/arch/luna88k/luna88k/machdep.c index 2201381ce88..3cb1d31ecbb 100644 --- a/sys/arch/luna88k/luna88k/machdep.c +++ b/sys/arch/luna88k/luna88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.103 2014/07/10 20:15:27 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.104 2014/07/10 20:37:42 uebayasi Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -470,7 +470,6 @@ boot(int howto) { struct device *mainbus; - /* take a snapshot before clobbering any registers */ if (curproc && curproc->p_addr) savectx(curpcb); |