From cb3b852a7fe0966f70e71adb3a821a07ae3addfb Mon Sep 17 00:00:00 2001 From: mhitch Date: Sat, 29 Mar 1997 05:03:01 +0000 Subject: [PATCH] A couple of missed boot() -> cpu_reboot() changes. --- sys/dev/tc/asc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/tc/asc.c b/sys/dev/tc/asc.c index 12a9faf23eaf..c94062ef45b1 100644 --- a/sys/dev/tc/asc.c +++ b/sys/dev/tc/asc.c @@ -1,4 +1,4 @@ -/* $NetBSD: asc.c,v 1.32 1996/12/10 21:57:17 thorpej Exp $ */ +/* $NetBSD: asc.c,v 1.33 1997/03/29 05:03:01 mhitch Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -1241,7 +1241,7 @@ abort: #if 0 panic("asc_intr"); #else - boot(4, NULL); /* XXX */ + cpu_reboot(RB_NOSYNC, NULL); /* XXX */ #endif } @@ -2058,7 +2058,7 @@ asc_timeout(arg) #if 0 panic("asc_timeout"); #else - boot(4, NULL); /* XXX */ + cpu_reboot(RB_NOSYNC, NULL); /* XXX */ #endif }