patch-2.4.22 linux-2.4.22/include/asm-mips/sgiarcs.h
Next file: linux-2.4.22/include/asm-mips/sibyte/64bit.h
Previous file: linux-2.4.22/include/asm-mips/sgi/sgint23.h
Back to the patch index
Back to the overall index
- Lines: 54
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-mips/sgiarcs.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.21/include/asm-mips/sgiarcs.h linux-2.4.22/include/asm-mips/sgiarcs.h
@@ -368,7 +368,7 @@
#if defined(CONFIG_MIPS64) && defined(CONFIG_ARC32)
#define __arc_clobbers \
- "$2","$3","$4","$5","$6","$7","$8","$9","$10","$11", \
+ "$2","$3" /* ... */, "$8","$9","$10","$11", \
"$12","$13","$14","$15","$16","$24","25","$31"
#define ARC_CALL0(dest) \
@@ -381,7 +381,7 @@
"move\t%0, $2" \
: "=r" (__res), "=r" (__vec) \
: "1" (__vec) \
- : __arc_clobbers); \
+ : __arc_clobbers, "$4","$5","$6","$7"); \
(unsigned long) __res; \
})
@@ -396,7 +396,7 @@
"move\t%0, $2" \
: "=r" (__res), "=r" (__vec) \
: "1" (__vec), "r" (__a1) \
- : __arc_clobbers); \
+ : __arc_clobbers, "$5","$6","$7"); \
(unsigned long) __res; \
})
@@ -412,7 +412,7 @@
"move\t%0, $2" \
: "=r" (__res), "=r" (__vec) \
: "1" (__vec), "r" (__a1), "r" (__a2) \
- : __arc_clobbers); \
+ : __arc_clobbers, "$6","$7"); \
__res; \
})
@@ -429,7 +429,7 @@
"move\t%0, $2" \
: "=r" (__res), "=r" (__vec) \
: "1" (__vec), "r" (__a1), "r" (__a2), "r" (__a3) \
- : __arc_clobbers); \
+ : __arc_clobbers, "$7"); \
__res; \
})
@@ -477,7 +477,7 @@
#endif /* defined(CONFIG_MIPS64) && defined(CONFIG_ARC32) */
#if (defined(CONFIG_MIPS32) && defined(CONFIG_ARC32)) || \
- (defined(CONFIG_MIPS64) && defined(CONFIG_ARC32))
+ (defined(CONFIG_MIPS64) && defined(CONFIG_ARC64))
#define ARC_CALL0(dest) \
({ long __res; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)