rpms/kernel/devel xen.pvops.patch,1.1.2.4,1.1.2.5

Michael Young myoung at fedoraproject.org
Mon Feb 23 23:31:51 UTC 2009


Author: myoung

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15637

Modified Files:
      Tag: private-myoung-dom0-branch
	xen.pvops.patch 
Log Message:
rebuild after a broken rpm was produced, pulling in an extra pvops commit.


xen.pvops.patch:

Index: xen.pvops.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Attic/xen.pvops.patch,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- xen.pvops.patch	23 Feb 2009 20:07:05 -0000	1.1.2.4
+++ xen.pvops.patch	23 Feb 2009 23:31:47 -0000	1.1.2.5
@@ -68255,10 +68255,10 @@
  
 diff --git a/drivers/pci/xen-iommu.c b/drivers/pci/xen-iommu.c
 new file mode 100644
-index 0000000..d18f3f7
+index 0000000..6b0ea42
 --- /dev/null
 +++ b/drivers/pci/xen-iommu.c
-@@ -0,0 +1,327 @@
+@@ -0,0 +1,334 @@
 +#include <linux/types.h>
 +#include <linux/mm.h>
 +#include <linux/string.h>
@@ -68567,6 +68567,13 @@
 +
 +	.mapping_error = swiotlb_dma_mapping_error,
 +
++	.sync_single_for_cpu = swiotlb_sync_single_for_cpu,
++	.sync_single_for_device = swiotlb_sync_single_for_device,
++	.sync_single_range_for_cpu = swiotlb_sync_single_range_for_cpu,
++	.sync_single_range_for_device = swiotlb_sync_single_range_for_device,
++	.sync_sg_for_cpu = swiotlb_sync_sg_for_cpu,
++	.sync_sg_for_device = swiotlb_sync_sg_for_device,
++
 +	.is_phys = 0,
 +};
 +




More information about the fedora-extras-commits mailing list