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:
405d7ca
)
intel-iommu: Fix dma vs. mm page confusion with aligned_nrpages()
author
David Woodhouse
<David.Woodhouse@intel.com>
Sat, 4 Jul 2009 08:35:44 +0000
(09:35 +0100)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Sat, 4 Jul 2009 08:35:52 +0000
(09:35 +0100)
The aligned_nrpages() function rounds up to the next VM page, but
returns its result as a number of DMA pages.
Purely theoretical except on IA64, which doesn't boot with VT-d right
now anyway.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
No differences found