summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-mips/uaccess.h6
-rw-r--r--include/asm-mips64/uaccess.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/include/asm-mips/uaccess.h b/include/asm-mips/uaccess.h
index a6521630d..022862cff 100644
--- a/include/asm-mips/uaccess.h
+++ b/include/asm-mips/uaccess.h
@@ -1,4 +1,4 @@
-/* $Id: uaccess.h,v 1.10 1999/12/04 03:59:12 ralf Exp $
+/* $Id: uaccess.h,v 1.11 2000/02/19 00:33:10 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -324,8 +324,8 @@ extern size_t __copy_user(void *__to, const void *__from, size_t __n);
"move\t$5, %2\n\t" \
"move\t$6, %3\n\t" \
".set\tnoreorder\n\t" \
- ".set\tnoat\n\t" \
__MODULE_JAL(__copy_user) \
+ ".set\tnoat\n\t" \
"addu\t$1, %2, %3\n\t" \
".set\tat\n\t" \
".set\treorder\n\t" \
@@ -373,8 +373,8 @@ extern size_t __copy_user(void *__to, const void *__from, size_t __n);
"move\t$5, %2\n\t" \
"move\t$6, %3\n\t" \
".set\tnoreorder\n\t" \
- ".set\tnoat\n\t" \
__MODULE_JAL(__copy_user) \
+ ".set\tnoat\n\t" \
"addu\t$1, %2, %3\n\t" \
".set\tat\n\t" \
".set\treorder\n\t" \
diff --git a/include/asm-mips64/uaccess.h b/include/asm-mips64/uaccess.h
index 861ac3efb..887b08edd 100644
--- a/include/asm-mips64/uaccess.h
+++ b/include/asm-mips64/uaccess.h
@@ -1,4 +1,4 @@
-/* $Id: uaccess.h,v 1.3 1999/12/04 03:59:12 ralf Exp $
+/* $Id: uaccess.h,v 1.4 2000/02/19 00:33:10 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -262,8 +262,8 @@ extern size_t __copy_user(void *__to, const void *__from, size_t __n);
"move\t$5, %2\n\t" \
"move\t$6, %3\n\t" \
".set\tnoreorder\n\t" \
- ".set\tnoat\n\t" \
__MODULE_JAL(__copy_user) \
+ ".set\tnoat\n\t" \
"daddu\t$1, %2, %3\n\t" \
".set\tat\n\t" \
".set\treorder\n\t" \
@@ -311,8 +311,8 @@ extern size_t __copy_user(void *__to, const void *__from, size_t __n);
"move\t$5, %2\n\t" \
"move\t$6, %3\n\t" \
".set\tnoreorder\n\t" \
- ".set\tnoat\n\t" \
__MODULE_JAL(__copy_user) \
+ ".set\tnoat\n\t" \
"daddu\t$1, %2, %3\n\t" \
".set\tat\n\t" \
".set\treorder\n\t" \