summaryrefslogtreecommitdiff
path: root/kernels/xen/IVRS-debug.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-13 00:49:50 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-13 00:49:50 -0300
commit4b04ad93cdb9aa776b68b7de7d2e36e275670822 (patch)
tree925af60d74e38ee4b7d3704353c575ff017f40d9 /kernels/xen/IVRS-debug.patch
parent56d756a6b388c5f06fe2b27d3bb5eee72feac2aa (diff)
xen-4.4.0-4: updating version
Diffstat (limited to 'kernels/xen/IVRS-debug.patch')
-rw-r--r--kernels/xen/IVRS-debug.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernels/xen/IVRS-debug.patch b/kernels/xen/IVRS-debug.patch
deleted file mode 100644
index 5f6813cb9..000000000
--- a/kernels/xen/IVRS-debug.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/xen/drivers/passthrough/amd/iommu_acpi.c 2013-07-09 05:46:56.000000000 -0500
-+++ b/xen/drivers/passthrough/amd/iommu_acpi.c 2013-08-31 01:26:18.614846438 -0500
-@@ -651,9 +651,9 @@
- return 0;
- }
-
-- AMD_IOMMU_DEBUG("IVHD Special: %04x:%02x:%02x.%u variety %#x handle %#x\n",
-+ AMD_IOMMU_DEBUG("IVHD Special: %04x:%02x:%02x.%u variety %#x handle %#x used_id %#x\n",
- seg, PCI_BUS(bdf), PCI_SLOT(bdf), PCI_FUNC(bdf),
-- special->variety, special->handle);
-+ special->variety, special->handle, special->used_id);
- add_ivrs_mapping_entry(bdf, bdf, special->header.data_setting, iommu);
-
- switch ( special->variety )