diff options
Diffstat (limited to 'arch/mips64/kernel/r4k_genex.S')
-rw-r--r-- | arch/mips64/kernel/r4k_genex.S | 4 |
1 files changed, 2 insertions, 2 deletions
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 <asm/fpregdef.h> #include <asm/mipsregs.h> #include <asm/stackframe.h> -#include <asm/cacheops.h> +#include <asm/r4kcacheops.h> .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) |