commit | b718cd3d8412edaf02665d29b0cf5ef828675a45 | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Sun Mar 09 13:11:33 2014 -0700 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Mar 24 14:06:39 2014 +0000 |
tree | a4207bd503b4240f6334c4d3238d981131c97681 | |
parent | 64ae892bfee37c0f982710363c39474218028e33 [diff] |
iommu/vt-d: Stop dmar_insert_dev_info() freeing domains on losing race By moving this into get_domain_for_dev() we can make dmar_insert_dev_info() suitable for use with "special" domains such as the si_domain, which currently use domain_add_dev_info(). Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>