Skip to content
Commit 2b4a8bd2 authored by Roy Zang's avatar Roy Zang Committed by Kumar Gala
Browse files

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: default avatarRoy Zang <tie-fei.zang@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 4ba6c1f1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment