A couple of missed boot() -> cpu_reboot() changes.

This commit is contained in:
mhitch 1997-03-29 05:03:01 +00:00
parent 4d1eb7820e
commit cb3b852a7f

View File

@ -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
}