diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-13 22:13:08 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-13 22:13:08 +0000 |
commit | e19d4eb5e939639e9a3c7e47cc3de635618ca262 (patch) | |
tree | ed965b2bdfea5f4d83cc030ea7409da96da2814f /sys/arch/armv7 | |
parent | f2d40e7271682c91645171dbb2e43703eb599740 (diff) |
Cosmetic changes to reduce diffs.
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/armv7/armv7_machdep.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/armv7/armv7/armv7_machdep.c b/sys/arch/armv7/armv7/armv7_machdep.c index 67cade65b58..1cd368bcacf 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.11 2014/07/10 21:46:02 mpi Exp $ */ +/* $OpenBSD: armv7_machdep.c,v 1.12 2014/07/13 22:13:06 uebayasi Exp $ */ /* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */ /* @@ -286,14 +286,12 @@ boot(int howto) if_downall(); uvm_shutdown(); - splhigh(); /* Disable interrupts. */ + splhigh(); cold = 1; - /* Do a dump if requested. */ if ((howto & (RB_DUMP | RB_HALT)) == RB_DUMP) dumpsys(); - /* Run any shutdown hooks */ doshutdownhooks(); if (mainbus != NULL) config_suspend(mainbus, DVACT_POWERDOWN); |