This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-mips / div64.h
index 5f7dcf5..7e7e2ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2004  Maciej W. Rozycki
+ * Copyright (C) 2000 Maciej W. Rozycki
  * Copyright (C) 2003 Ralf Baechle
  *
  * This file is subject to the terms and conditions of the GNU General Public
@@ -11,8 +11,6 @@
 
 #if (_MIPS_SZLONG == 32)
 
-#include <asm/compiler.h>
-
 /*
  * No traps on overflows for any of these...
  */
@@ -69,8 +67,7 @@
        if (__high) \
                __asm__("divu   $0, %z2, %z3" \
                        : "=h" (__upper), "=l" (__high) \
-                       : "Jr" (__high), "Jr" (__base) \
-                       : GCC_REG_ACCUM); \
+                       : "Jr" (__high), "Jr" (__base)); \
        \
        __mod = do_div64_32(__low, __upper, __low, __base); \
        \