summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/uaccess.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-19 22:56:31 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-08-19 22:56:31 +0000
commit8a1ae5514bf9f793282ea5a61254f7fbb3a5ec3e (patch)
tree317452d53b8f901052d08c7ebbce07e85839bb43 /include/asm-mips64/uaccess.h
parent794ff4dc959a8dfef4f704ef6a5bb7334e421623 (diff)
MIPS 64, day 2.
Diffstat (limited to 'include/asm-mips64/uaccess.h')
-rw-r--r--include/asm-mips64/uaccess.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-mips64/uaccess.h b/include/asm-mips64/uaccess.h
index 0eb889679..1522748ff 100644
--- a/include/asm-mips64/uaccess.h
+++ b/include/asm-mips64/uaccess.h
@@ -1,10 +1,11 @@
-/* $Id$
+/* $Id: uaccess.h,v 1.1 1999/08/18 23:37:53 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
* for more details.
*
* Copyright (C) 1996, 1997, 1998, 1999 by Ralf Baechle
+ * Copyright (C) 1999 Silicon Graphics, Inc.
*/
#ifndef _ASM_UACCESS_H
#define _ASM_UACCESS_H
@@ -128,7 +129,7 @@ switch (size) { \
case 1: __get_user_asm("lb"); break; \
case 2: __get_user_asm("lh"); break; \
case 4: __get_user_asm("lw"); break; \
-case 8: __get_user_asm("dw"); break; \
+case 8: __get_user_asm("ld"); break; \
default: __get_user_unknown(); break; \
} } x = (__typeof__(*(ptr))) __gu_val; __gu_err; })