commit | 86080ccc223aabf8d0b85a504f4f06aa88e82fb3 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Fri Jun 12 12:27:16 2015 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Tue Jun 16 10:59:34 2015 +0200 |
tree | 12ecb1693240725446127943322382fc1844cc82 | |
parent | cf484d0e6939ce287e65880ffe48860165fe5cb5 [diff] |
iommu/vt-d: Allocate si_domain in init_dmars() This seperates the allocation of the si_domain from its assignment to devices. It makes sure that the iommu=pt case still works in the kdump kernel, when we have to defer the assignment of devices to domains to device driver initialization time. Tested-by: ZhenHua Li <zhen-hual@hp.com> Tested-by: Baoquan He <bhe@redhat.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>