diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-12-10 15:29:54 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-12-10 15:29:54 +0000 |
commit | 093a02aa4fadc9d616cffd489a141d02ec0fe3bf (patch) | |
tree | 05dd598068d1d36027e7e46da7906451245a2465 /sys/arch/solbourne | |
parent | db85c06e2359a84c85557173a6289e2d5df346f1 (diff) |
retire shutdown hooks; ok deraadt, krw
Diffstat (limited to 'sys/arch/solbourne')
-rw-r--r-- | sys/arch/solbourne/solbourne/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/solbourne/solbourne/machdep.c b/sys/arch/solbourne/solbourne/machdep.c index 416c76d0315..b996b9b0e2d 100644 --- a/sys/arch/solbourne/solbourne/machdep.c +++ b/sys/arch/solbourne/solbourne/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.44 2014/11/16 12:30:58 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.45 2014/12/10 15:29:53 mikeb Exp $ */ /* OpenBSD: machdep.c,v 1.105 2005/04/11 15:13:01 deraadt Exp */ /* @@ -548,7 +548,6 @@ boot(int howto) dumpsys(); haltsys: - doshutdownhooks(); config_suspend_all(DVACT_POWERDOWN); if ((howto & RB_HALT) != 0 || (howto & RB_POWERDOWN) != 0) { |