summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/r4k-bugs64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/r4k-bugs64.c')
-rw-r--r--arch/mips/kernel/r4k-bugs64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/r4k-bugs64.c b/arch/mips/kernel/r4k-bugs64.c
index 1e300330078d..83970ac7e901 100644
--- a/arch/mips/kernel/r4k-bugs64.c
+++ b/arch/mips/kernel/r4k-bugs64.c
@@ -91,7 +91,7 @@ void mult_sh_align_mod(long *v1, long *v2, long *w,
".set pop"
: "=&r" (lv1), "=r" (lw)
: "r" (m1), "r" (m2), "r" (s), "I" (0)
- : "hi", "lo", "$0");
+ : "hi", "lo");
/* We have to use single integers for m1 and m2 and a double
* one for p to be sure the mulsidi3 gcc's RTL multiplication
* instruction has the workaround applied. Older versions of