patch-2.4.14 linux/arch/arm/mm/fault-armv.c

Next file: linux/arch/arm/mm/proc-arm920.S
Previous file: linux/arch/arm/mach-shark/mm.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.13/linux/arch/arm/mm/fault-armv.c linux/arch/arm/mm/fault-armv.c
@@ -514,7 +514,7 @@
 	 * Oops, we didn't handle the instruction.
 	 */
 	printk(KERN_ERR "Alignment trap: not handling instruction "
-		"%08lx at [<%08lx>]", instr, instrptr);
+		"%08lx at [<%08lx>]\n", instr, instrptr);
 	ai_skipped += 1;
 	return 1;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)