diff options
Diffstat (limited to 'kernel/printf.c')
-rw-r--r-- | kernel/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printf.c b/kernel/printf.c index 1a83284..e1347de 100644 --- a/kernel/printf.c +++ b/kernel/printf.c @@ -121,7 +121,7 @@ panic(char *s) printf("panic: "); printf(s); printf("\n"); - panicked = 1; // freeze output from other CPUs + panicked = 1; // freeze uart output from other CPUs for(;;) ; } |