]> git.ipfire.org Git - people/arne_f/kernel.git/commit - drivers/iommu/intel-iommu.c
iommu/vt-d: Create RMRR mappings in newly allocated domains
authorJoerg Roedel <jroedel@suse.de>
Wed, 23 Sep 2015 17:16:01 +0000 (19:16 +0200)
committerJoerg Roedel <jroedel@suse.de>
Mon, 5 Oct 2015 15:39:21 +0000 (17:39 +0200)
commitb1ce5b79aec8d8cd8bcd076d8cce8bc3cd690051
treec99b6079b7ee1b209b6f4ba96e20b5d87346866e
parentd66ce54b4664a0d66429a4de996741581d71cf90
iommu/vt-d: Create RMRR mappings in newly allocated domains

Currently the RMRR entries are created only at boot time.
This means they will vanish when the domain allocated at
boot time is destroyed.
This patch makes sure that also newly allocated domains will
get RMRR mappings.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel-iommu.c