From: Roy Zang Date: Fri, 29 Mar 2013 13:06:17 +0000 (+0800) Subject: powerpc/fsl_pci: fix 64 bit pci size issue X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~66^2~26^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4a8bd242d2880b232d07105981a8d31e8bc262;p=pandora-kernel.git powerpc/fsl_pci: fix 64 bit pci size issue The size might be 64 bit, so use ilog2() instead of __ilog2() or __ilog2_u64(). ilog2() can select 32bit or 64bit function automatically. Signed-off-by: Roy Zang Signed-off-by: Kumar Gala --- Reading git-diff-tree failed