[U-Boot-Users] [PATCH 1/2][MIPS] Update asm string header

Wolfgang Denk wd at denx.de
Mon Aug 27 14:41:20 CEST 2007


In message <46D295EF.3030003 at necel.com> you wrote:
> [MIPS] Update asm string header
> 
> From: Shinya Kuribayashi <shinya.kuribayashi at necel.com>
> 
> This includes several bugfixes and cleanups in the latest upstream:
...
> diff --git a/include/asm-mips/string.h b/include/asm-mips/string.h
> index 463a111..4739c18 100644
> --- a/include/asm-mips/string.h
> +++ b/include/asm-mips/string.h
> @@ -1,18 +1,26 @@
...
> +/*
> + * Most of the inline functions are rather naive implementations so I just
> + * didn't bother updating them for 64-bit ...
>   */
> -#ifndef __ASM_MIPS_STRING_H
> -#define __ASM_MIPS_STRING_H
> +#if 1 /* #ifdef CONFIG_32BIT */

Please remove this (and the corresponding #endif).

Ummm... does this work on 64 bit MIPS systems, too?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
No journaling file system can recover your data if the disk dies.
                                 - Steve Rago in <D4Cw1p.L9E at plc.com>




More information about the U-Boot mailing list