summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-16 01:01:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-16 01:01:07 +0000
commite95ebf2c3ff2caea883d2a2042bcf74de81f4c4a (patch)
treecaaa66fcb880133fe73a1b39291e19df5238a0cb /sys
parentea851ea7f32e0d8973b85bffbbb736afe231b07b (diff)
from netbsd; add doshutdownhooks()
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/pc532/pc532/machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/pc532/pc532/machdep.c b/sys/arch/pc532/pc532/machdep.c
index 61de9e27415..09d9d43eae6 100644
--- a/sys/arch/pc532/pc532/machdep.c
+++ b/sys/arch/pc532/pc532/machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.42 1996/01/04 22:22:34 jtc Exp $ */
+/* $NetBSD: machdep.c,v 1.43 1996/01/15 05:30:47 phil Exp $ */
/*-
* Copyright (c) 1982, 1987, 1990 The Regents of the University of California.
@@ -688,6 +688,7 @@ boot(howto)
dumppcb.pcb_ptb = _get_ptb0();
dumpsys();
}
+ doshutdownhooks();
}
printf("rebooting ...");