summaryrefslogtreecommitdiff
path: root/arch/mips64/syscall_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/syscall_arch.h')
-rw-r--r--arch/mips64/syscall_arch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips64/syscall_arch.h b/arch/mips64/syscall_arch.h
index 013908dd..69c429b8 100644
--- a/arch/mips64/syscall_arch.h
+++ b/arch/mips64/syscall_arch.h
@@ -3,9 +3,15 @@
#define SYSCALL_RLIM_INFINITY (-1UL/2)
+#if __mips_isa_rev >= 6
+#define SYSCALL_CLOBBERLIST \
+ "$1", "$3", "$10", "$11", "$12", "$13", \
+ "$14", "$15", "$24", "$25", "memory"
+#else
#define SYSCALL_CLOBBERLIST \
"$1", "$3", "$10", "$11", "$12", "$13", \
"$14", "$15", "$24", "$25", "hi", "lo", "memory"
+#endif
static inline long __syscall0(long n)
{