[MIPS] ret_from_irq adjustment
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sun, 8 Oct 2006 16:24:23 +0000 (01:24 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 9 Oct 2006 22:20:46 +0000 (23:20 +0100)
commitf431baa55abf8adeed0c718b51deacbc151f58f1
treefe0383328c1d8bcb0fae7e266a437b980a05a7f9
parent441ee341ad63572f39cb8074e31806b5b1471d0b
[MIPS] ret_from_irq adjustment

Make sure that RA on top of interrupt stack is an address of ret_from_irq,
so that dump_stack etc. can trace info interrupted context.

Also this patch fixes except_vec_vi_handler and __smtc_ipi_vector which
seems broken.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/dec/int-handler.S
arch/mips/kernel/entry.S
arch/mips/kernel/genex.S
arch/mips/kernel/smtc-asm.S