All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in R3000 TRACE_IRQFLAGS code
@ 2007-11-06 16:08 Atsushi Nemoto
  2007-11-07  9:43 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2007-11-06 16:08 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
diff --git a/arch/mips/kernel/genex.S b/arch/mips/kernel/genex.S
index c0f19d6..e76a76b 100644
--- a/arch/mips/kernel/genex.S
+++ b/arch/mips/kernel/genex.S
@@ -146,7 +146,7 @@ NESTED(handle_int, PT_SIZE, sp)
 	and	k0, ST0_IEP
 	bnez	k0, 1f
 
-	mfc0	k0, EP0_EPC
+	mfc0	k0, CP0_EPC
 	.set	noreorder
 	j	k0
 	rfe

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in R3000 TRACE_IRQFLAGS code
  2007-11-06 16:08 [PATCH] Fix typo in R3000 TRACE_IRQFLAGS code Atsushi Nemoto
@ 2007-11-07  9:43 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-11-07  9:43 UTC (permalink / raw)
  To: Atsushi Nemoto; +Cc: linux-mips

On Wed, Nov 07, 2007 at 01:08:48AM +0900, Atsushi Nemoto wrote:

> Subject: [PATCH] Fix typo in R3000 TRACE_IRQFLAGS code

I guess that's because the last R3000 is still busy compiling a 2.6.0
kernel ;-)

Applied,

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-07  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06 16:08 [PATCH] Fix typo in R3000 TRACE_IRQFLAGS code Atsushi Nemoto
2007-11-07  9:43 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.