[PATCH] powerpc/pci: fix 64 bit pci size issue
Kumar Gala
galak at kernel.crashing.org
Thu Apr 4 06:08:35 EST 2013
On Mar 29, 2013, at 8:06 AM, Roy Zang wrote:
> The size might be 64 bit, so use ilog2() instead of __ilog2() or
> __ilog2_u64().
>
> ilog2() can select 32bit or 64bit funciton automatically.
>
> Signed-off-by: Roy Zang <tie-fei.zang at freescale.com>
> ---
> arch/powerpc/sysdev/fsl_pci.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
applied to next
- k
More information about the Linuxppc-dev
mailing list