]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run at
authorJustin T. Gibbs <gibbs@FreeBSD.org>
Tue, 15 Sep 1998 08:49:52 +0000 (08:49 +0000)
committerJustin T. Gibbs <gibbs@FreeBSD.org>
Tue, 15 Sep 1998 08:49:52 +0000 (08:49 +0000)
commit2cfa0a03816f29392b67584dc0c7b32b0f0bad38
treea490b932238277edc041f8cb74340331beb70f04
parenta8abf21632a3e43ef3721654d1793b2125751470
Add a new at_shutdown queue, SHUTDOWN_FINAL.  This queue is run at
splhigh() after any system dumps have completed.  SHUTDOWN_POST_SYNC
isn't quite late enough for disk controllers.

Converted at_shutdown queues to use the queue(3) macros.
sys/kern/kern_shutdown.c