minor cleanup

This commit is contained in:
kolya 2008-10-12 20:19:16 +00:00
parent f73b81205e
commit 289bbef733
2 changed files with 3 additions and 3 deletions

View file

@ -290,7 +290,7 @@ panic(char *s)
int i;
uint pcs[10];
__asm __volatile("cli");
cli();
use_console_lock = 0;
cprintf("cpu%d: panic: ", cpu());
cprintf(s);