diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-04-14 21:15:19 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-04-14 21:15:19 +0000 |
commit | c6683e553599faa7c849c4d8bb4171b3fb988b80 (patch) | |
tree | b821c6a9e70bc91faa1994b35fb8b112cd3b8a34 /include/asm-mips64/unaligned.h | |
parent | 12aec3920d5f693401007cecb58ee0ae557264b4 (diff) |
Kill warning.
Diffstat (limited to 'include/asm-mips64/unaligned.h')
-rw-r--r-- | include/asm-mips64/unaligned.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-mips64/unaligned.h b/include/asm-mips64/unaligned.h index 5f5ca8de3..af031a83c 100644 --- a/include/asm-mips64/unaligned.h +++ b/include/asm-mips64/unaligned.h @@ -3,8 +3,8 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1996, 1999, 2000 by Ralf Baechle - * Copyright (C) 1999, 2000 Silicon Graphics, Inc. + * Copyright (C) 1996, 1999, 2000, 2001 by Ralf Baechle + * Copyright (C) 1999, 2000, 2001 Silicon Graphics, Inc. */ #ifndef _ASM_UNALIGNED_H #define _ASM_UNALIGNED_H @@ -102,7 +102,7 @@ extern inline void __stw_u(unsigned long __val, unsigned short * __addr) __val = __ldl_u((const unsigned int *)(ptr)); \ break; \ case 8: \ - __val = __ldq_u((const unsigned long long *)(ptr)); \ + __val = __ldq_u((const unsigned long *)(ptr)); \ break; \ default: \ __get_unaligned_bad_length(); \ |