Call cpu_boot from cpu_reset.

This commit is contained in:
Doug Rabson 2001-09-29 10:23:21 +00:00
parent f184b2654b
commit ee82e0d5f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84117

View file

@ -403,7 +403,8 @@ vunmapbuf(bp)
void
cpu_reset()
{
/* prom_halt(0); */
cpu_boot(0);
}
int