From: James S. <jsi...@us...> - 2001-09-26 23:21:35
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv8109 Modified Files: traps.c Log Message: Add \n back. Index: traps.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/traps.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- traps.c 2001/09/26 16:51:45 1.16 +++ traps.c 2001/09/26 23:21:32 1.17 @@ -142,7 +142,7 @@ module_start = VMALLOC_START; module_end = module_start + MODULE_RANGE; - printk("Call Trace:"); + printk("\nCall Trace:"); while ((unsigned long) stack & (PAGE_SIZE -1)) { unsigned long addr; |