diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-12-06 01:16:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-12-06 01:16:03 +0000 |
commit | a8ad2213d5450882c147b32a24835db45ee09197 (patch) | |
tree | d1a2a98e92d39ded1c4439a6d154583186b8325e /arch/mips/lib/memset.S | |
parent | 8808c5c9a6d7c403182df664bf691a2408ad56ba (diff) |
Fix memmove with zero len bug.
Diffstat (limited to 'arch/mips/lib/memset.S')
-rw-r--r-- | arch/mips/lib/memset.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/lib/memset.S b/arch/mips/lib/memset.S index 32f175756..0340cc2a1 100644 --- a/arch/mips/lib/memset.S +++ b/arch/mips/lib/memset.S @@ -1,13 +1,9 @@ /* - * include/asm-mips/types.h - * * 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) 1998 by Ralf Baechle - * - * $Id: memset.S,v 1.2 1998/04/25 17:01:45 ralf Exp $ */ #include <asm/asm.h> #include <asm/offset.h> |