diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-03-04 22:36:48 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-03-04 22:36:48 +0000 |
| commit | 0c14ff0eb52ddc7fdbacc5c8645d79afcaf73e3a (patch) | |
| tree | f27b57bdc76f93b33f438468bf58343b920adf0f /sys/kern/kern_shutdown.c | |
| parent | 9f3cef91087c68f23d917212fc7b88e7c266feef (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_shutdown.c')
| -rw-r--r-- | sys/kern/kern_shutdown.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index a20daa772633..01035e18fb62 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -150,9 +150,7 @@ shutdown_conf(void *unused) SYSINIT(shutdown_conf, SI_SUB_INTRINSIC, SI_ORDER_ANY, shutdown_conf, NULL) /* - * The system call that results in a reboot - * - * MPSAFE + * The system call that results in a reboot. */ /* ARGSUSED */ int @@ -495,8 +493,6 @@ static u_int panic_cpu = NOCPU; * Panic is called on unresolvable fatal errors. It prints "panic: mesg", * and then reboots. If we are called twice, then we avoid trying to sync * the disks as this often leads to recursive panics. - * - * MPSAFE */ void panic(const char *fmt, ...) |
