]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita17957095e4f6994a6e9bff969ee7cb7aae6abb5
treefe0383328c1d8bcb0fae7e266a437b980a05a7f9
parent2e63c3fcfda83470115bf5ff13e75bac1cd7c9d4
[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