|
@@ -788,7 +788,7 @@ static void __init set_device_exclusion_range(u16 devid, struct ivmd_header *m)
|
|
* per device. But we can enable the exclusion range per
|
|
* per device. But we can enable the exclusion range per
|
|
* device. This is done here
|
|
* device. This is done here
|
|
*/
|
|
*/
|
|
- set_dev_entry_bit(m->devid, DEV_ENTRY_EX);
|
|
|
|
|
|
+ set_dev_entry_bit(devid, DEV_ENTRY_EX);
|
|
iommu->exclusion_start = m->range_start;
|
|
iommu->exclusion_start = m->range_start;
|
|
iommu->exclusion_length = m->range_length;
|
|
iommu->exclusion_length = m->range_length;
|
|
}
|
|
}
|