A couple of missed boot() -> cpu_reboot() changes.
This commit is contained in:
parent
4d1eb7820e
commit
cb3b852a7f
@ -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
|
* Copyright (c) 1992, 1993
|
||||||
@ -1241,7 +1241,7 @@ abort:
|
|||||||
#if 0
|
#if 0
|
||||||
panic("asc_intr");
|
panic("asc_intr");
|
||||||
#else
|
#else
|
||||||
boot(4, NULL); /* XXX */
|
cpu_reboot(RB_NOSYNC, NULL); /* XXX */
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2058,7 +2058,7 @@ asc_timeout(arg)
|
|||||||
#if 0
|
#if 0
|
||||||
panic("asc_timeout");
|
panic("asc_timeout");
|
||||||
#else
|
#else
|
||||||
boot(4, NULL); /* XXX */
|
cpu_reboot(RB_NOSYNC, NULL); /* XXX */
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user