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:
0efea00
)
x86/PCI: remove 64-bit division
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Thu, 5 Nov 2009 17:17:11 +0000
(11:17 -0600)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Fri, 6 Nov 2009 21:59:34 +0000
(13:59 -0800)
The roundup() caused a build error (undefined reference to `__udivdi3').
We're aligning to power-of-two boundaries, so it's simpler to just use
ALIGN() anyway, which avoids the division.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found