artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c41cca7
)
from netbsd; add doshutdownhooks()
author
deraadt
<deraadt@openbsd.org>
Tue, 16 Jan 1996 01:01:06 +0000
(
01:01
+0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 16 Jan 1996 01:01:06 +0000
(
01:01
+0000)
sys/arch/pc532/pc532/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/pc532/pc532/machdep.c
b/sys/arch/pc532/pc532/machdep.c
index
61de9e2
..
09d9d43
100644
(file)
--- a/
sys/arch/pc532/pc532/machdep.c
+++ b/
sys/arch/pc532/pc532/machdep.c
@@
-1,4
+1,4
@@
-/* $NetBSD: machdep.c,v 1.4
2 1996/01/04 22:22:34 jtc Exp $
*/
+/* $NetBSD: machdep.c,v 1.4
3 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 ...");