[U-Boot] [PATCH v2] Correct ffs/fls regression for PowerPC etc
Wolfgang Denk
wd at denx.de
Thu Sep 17 22:44:50 CEST 2009
Dear Simon Kagstrom,
In message <20090917151552.013d4e60 at marrow.netinsight.se> you wrote:
> Correct ffs/fls regression for PowerPC etc
>
> Commits
>
> 02f99901ed1c9d828e3ea117f94ce2264bf8389e
> 52d61227b66d4099b39c8309ab37cb67ee09a405
>
> introduced a regression where platform-specific ffs/fls implementations
> were defined away. This patch corrects that by using PLATFORM_xxx
> instead of the name itself.
>
> Signed-off-by: Simon Kagstrom <simon.kagstrom at netinsight.net>
> ---
> I've runtime tested on ARM (OpenRD base) and build-tested on MPC8536DS,
> where __ilog2_u64 now at least is non-empty. It would be nice if (at
> least!) some PowerPC people could test the patch.
>
>
> ChangeLog:
>
> v2 - Make _all_ macros upper case (Stefan, Wolfgang)
>
>
> include/asm-arm/bitops.h | 8 --------
> include/asm-blackfin/bitops.h | 10 +---------
> include/asm-i386/bitops.h | 2 +-
> include/asm-m68k/bitops.h | 2 +-
> include/asm-microblaze/bitops.h | 3 ++-
> include/asm-mips/bitops.h | 13 +------------
> include/asm-nios/bitops.h | 2 +-
> include/asm-nios2/bitops.h | 2 +-
> include/asm-ppc/bitops.h | 4 ++--
> include/asm-sh/bitops.h | 2 +-
> include/linux/bitops.h | 8 ++++----
> 11 files changed, 15 insertions(+), 41 deletions(-)
Applied, thanks.
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
It may be bad manners to talk with your mouth full, but it isn't too
good either if you speak when your head is empty.
More information about the U-Boot
mailing list