commit | ea7f1b6ee9dc96c5827b06ba21d7769d553efb7d | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Thu Nov 05 11:17:11 2009 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Nov 06 13:59:34 2009 -0800 |
tree | 5f64ed20526f7e2b6505ef86f49314e8aa341ed8 | |
parent | 0efea0006335a2425b1a12a2ad35efad626fe353 [diff] |
x86/PCI: remove 64-bit division 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>