All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make interrupt handler works for all cases
@ 2006-05-02  7:55 Franck Bui-Huu
  2006-05-02  9:41 ` Ralf Baechle
  0 siblings, 1 reply; 8+ messages in thread
From: Franck Bui-Huu @ 2006-05-02  7:55 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

specially when the kernel is mapped.

Signed-off-by: Franck Bui-Huu <vagabon.xyz@gmail.com>


---

 arch/mips/kernel/genex.S |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

72821cd1fc2a6e31e31c2babf338425b29e8f11f
diff --git a/arch/mips/kernel/genex.S b/arch/mips/kernel/genex.S
index ff7af36..50cb0c2 100644
--- a/arch/mips/kernel/genex.S
+++ b/arch/mips/kernel/genex.S
@@ -132,7 +132,8 @@ NESTED(handle_int, PT_SIZE, sp)

 	PTR_LA	ra, ret_from_irq
 	move	a0, sp
-	j	plat_irq_dispatch
+	PTR_LA	k0, plat_irq_dispatch
+	jr	k0
 	END(handle_int)

 	__INIT
--
1.3.0.g2473

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

end of thread, other threads:[~2006-05-04 18:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-02  7:55 [PATCH] Make interrupt handler works for all cases Franck Bui-Huu
2006-05-02  9:41 ` Ralf Baechle
2006-05-02 10:30   ` Franck Bui-Huu
2006-05-02 10:44     ` Thiemo Seufer
2006-05-02 17:48       ` Franck Bui-Huu
2006-05-02 18:04         ` Thiemo Seufer
2006-05-04 18:34           ` Franck Bui-Huu
2006-05-02 17:43   ` Franck Bui-Huu

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.