[U-Boot] [PATCH 5/5] x86: Add ilog2 to bitops

2012-11-27 Thread Simon Glass
From: Graeme Russ ilog2 is required by AHCI driver Signed-off-by: Graeme Russ Signed-off-by: Simon Glass --- arch/x86/include/asm/bitops.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/x86/include/asm/bitops.h b/arch/x86/include/asm/bitops.h index c7a38f2..

Re: [U-Boot] [PATCH 5/5] x86: Add ilog2 to bitops

2012-11-27 Thread Simon Glass
On Sun, Apr 29, 2012 at 5:00 AM, Graeme Russ wrote: > ilog2 is required by AHCI driver > > Signed-off-by: Graeme Russ Applied to x86/next. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 5/5] x86: Add ilog2 to bitops

2012-04-29 Thread Graeme Russ
ilog2 is required by AHCI driver Signed-off-by: Graeme Russ --- arch/x86/include/asm/bitops.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/x86/include/asm/bitops.h b/arch/x86/include/asm/bitops.h index c7a38f2..5a7e4cb 100644 --- a/arch/x86/include/asm/bitops