From b4657edca26e726073a2d4f1fc4a7eb66ebe0084 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 17 Jan 2000 03:52:19 +0000 Subject: Passing of structures in ABI64 sucks, so we no instead pass a pointer to struct pt_regs to exception handlers. --- arch/mips64/kernel/r4k_genex.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/mips64/kernel/r4k_genex.S b/arch/mips64/kernel/r4k_genex.S index bfe00ae7d..eabd6b861 100644 --- a/arch/mips64/kernel/r4k_genex.S +++ b/arch/mips64/kernel/r4k_genex.S @@ -16,7 +16,7 @@ #include #include #include -#include +#include .macro __build_clear_none .endm @@ -72,8 +72,8 @@ __BUILD_clear_\clear .set at __BUILD_\verbose \exception + move a0, sp jal do_\handler - move a0, sp j ret_from_sys_call nop END(handle_\exception) -- cgit v1.2.3