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:
f532959
)
intel-iommu: Mask physical address to correct page size in intel_map_single()
author
Fenghua Yu
<fenghua.yu@intel.com>
Tue, 4 Aug 2009 22:10:59 +0000
(15:10 -0700)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Wed, 5 Aug 2009 08:15:48 +0000
(09:15 +0100)
The physical address passed to domain_pfn_mapping() should be rounded
down to the start of the MM page, not the VT-d page.
This issue causes kernel panic on PAGE_SIZE>VTD_PAGE_SIZE platforms e.g. ia64
platforms.
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
No differences found