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:
4528752
)
x86/amd-iommu: Fix passthrough mode
author
Joerg Roedel
<joerg.roedel@amd.com>
Thu, 10 Dec 2009 10:03:39 +0000
(11:03 +0100)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Thu, 10 Dec 2009 11:21:31 +0000
(12:21 +0100)
The data structure changes to use dev->archdata.iommu field
broke the iommu=pt mode because in this case the
dev->archdata.iommu was left uninitialized. This moves the
inititalization of the devices into the main init function
and fixes the problem.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
No differences found