Replace unnecessary call to sun3_stop() with a simple panic()

This commit is contained in:
gwr 1994-05-04 05:52:44 +00:00
parent f74faa505c
commit b0f38818a3
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,7 @@ gotit:
}
#endif
}
printf("no suitable root\n");
sun3_stop();
panic("no suitable root");
found:
gc->gc_root = makedev(major(gc->gc_root), unit*8);
rootdev = gc->gc_root;