Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[linux-2.6-microblaze.git] / lib / mpi / longlong.h
index b90e255..9333650 100644 (file)
@@ -216,7 +216,7 @@ extern UDItype __udiv_qrnnd(UDItype *, UDItype, UDItype, UDItype);
        __asm__ ("%@ Inlined umul_ppmm\n" \
                "umull %r1, %r0, %r2, %r3" \
        : "=&r" ((USItype)(xh)), \
-                       "=r" ((USItype)(xl)) \
+                       "=&r" ((USItype)(xl)) \
        : "r" ((USItype)(a)), \
                        "r" ((USItype)(b)) \
        : "r0", "r1")