diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-21 18:05:07 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-21 18:05:07 +0000 |
commit | 0bd079751d25808d1972baee5c4eaa1db2227257 (patch) | |
tree | d04649e4a3b3add824ab7f6cc14386f537951d10 | |
parent | 625f2d1fd09f1d75e4ece037648cc76ab66917af (diff) |
Fix the fix of the fix.
-rw-r--r-- | include/asm-mips/uaccess.h | 6 | ||||
-rw-r--r-- | include/asm-mips64/uaccess.h | 6 |
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" \ |