* show_regs fix in 2.4
@ 2004-01-08 14:20 Atsushi Nemoto
2004-01-09 7:36 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2004-01-08 14:20 UTC (permalink / raw)
To: linux-mips, ralf
Cut'n paste error in 2.4 arch/mips/kernel/traps.c. Please apply.
Index: traps.c
===================================================================
RCS file: /home/cvs/linux/arch/mips/kernel/traps.c,v
retrieving revision 1.99.2.62
diff -u -r1.99.2.62 traps.c
--- traps.c 15 Dec 2003 20:13:36 -0000 1.99.2.62
+++ traps.c 8 Jan 2004 14:07:41 -0000
@@ -237,7 +237,7 @@
*/
printk("epc : %08lx %s\n", regs->cp0_epc, print_tainted());
printk("Status: %08lx\n", regs->cp0_status);
- printk("epc : %08lx\n", regs->cp0_cause);
+ printk("Cause : %08lx\n", regs->cp0_cause);
printk("PrId : %08x\n", read_c0_prid());
}
---
Atsushi Nemoto
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: show_regs fix in 2.4
2004-01-08 14:20 show_regs fix in 2.4 Atsushi Nemoto
@ 2004-01-09 7:36 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2004-01-09 7:36 UTC (permalink / raw)
To: Atsushi Nemoto; +Cc: linux-mips
On Thu, Jan 08, 2004 at 11:20:00PM +0900, Atsushi Nemoto wrote:
> Cut'n paste error in 2.4 arch/mips/kernel/traps.c. Please apply.
Thanks, applied.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-09 7:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-08 14:20 show_regs fix in 2.4 Atsushi Nemoto
2004-01-09 7:36 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox