Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/vax Call doshutdownhooks().
details: https://anonhg.NetBSD.org/src/rev/cbe69ee07401
branches: trunk
changeset: 484987:cbe69ee07401
user: ragge <ragge%NetBSD.org@localhost>
date: Sun Apr 16 09:41:51 2000 +0000
description:
Call doshutdownhooks().
diffstat:
sys/arch/vax/vax/machdep.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 827fa777e7d6 -r cbe69ee07401 sys/arch/vax/vax/machdep.c
--- a/sys/arch/vax/vax/machdep.c Sun Apr 16 09:09:42 2000 +0000
+++ b/sys/arch/vax/vax/machdep.c Sun Apr 16 09:41:51 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.97 2000/03/28 23:57:31 simonb Exp $ */
+/* $NetBSD: machdep.c,v 1.98 2000/04/16 09:41:51 ragge Exp $ */
/*
* Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
@@ -513,6 +513,7 @@
}
splhigh(); /* extreme priority */
if (howto & RB_HALT) {
+ doshutdownhooks();
if (dep_call->cpu_halt)
(*dep_call->cpu_halt) ();
printf("halting (in tight loop); hit\n\t^P\n\tHALT\n\n");
Home |
Main Index |
Thread Index |
Old Index