diff options
author | kaashoek <kaashoek> | 2006-08-15 15:53:46 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-08-15 15:53:46 +0000 |
commit | e958c538fa1e711479f09cab807a6a7cde5d8aeb (patch) | |
tree | 05b193a535691e31dd936954e4e824b7de700206 /console.c | |
parent | d7b3b802f414dbf18b5e196ab1a342b19d5f7be8 (diff) | |
download | xv6-labs-e958c538fa1e711479f09cab807a6a7cde5d8aeb.tar.gz xv6-labs-e958c538fa1e711479f09cab807a6a7cde5d8aeb.tar.bz2 xv6-labs-e958c538fa1e711479f09cab807a6a7cde5d8aeb.zip |
commented out code for cwd
Diffstat (limited to 'console.c')
-rw-r--r-- | console.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ panic(char *s) { __asm __volatile("cli"); use_console_lock = 0; - cprintf("panic: "); + cprintf("panic (%d): ", cpu()); cprintf(s, 0); cprintf("\n", 0); panicked = 1; // freeze other CPU |