git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba6c1f
)
powerpc/fsl_pci: fix 64 bit pci size issue
author
Roy Zang
<tie-fei.zang@freescale.com>
Fri, 29 Mar 2013 13:06:17 +0000
(21:06 +0800)
committer
Kumar Gala
<galak@kernel.crashing.org>
Wed, 3 Apr 2013 16:24:29 +0000
(11:24 -0500)
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 <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
No differences found