rpms/kernel/devel linux-2.6-compile-fixes.patch,1.171,1.172

Dave Jones (davej) fedora-extras-commits at redhat.com
Wed Jul 30 20:52:31 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24528

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
build fix

linux-2.6-compile-fixes.patch:

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- linux-2.6-compile-fixes.patch	23 Jul 2008 19:51:09 -0000	1.171
+++ linux-2.6-compile-fixes.patch	30 Jul 2008 20:52:00 -0000	1.172
@@ -5,3 +5,15 @@
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
 
+--- linux-2.6/arch/powerpc/kernel/iommu.c~	2008-07-30 16:49:33.000000000 -0400
++++ linux-2.6/arch/powerpc/kernel/iommu.c	2008-07-30 16:50:29.000000000 -0400
+@@ -51,8 +51,7 @@ static int protect4gb = 1;
+ 
+ static void __iommu_free(struct iommu_table *, dma_addr_t, unsigned int);
+ 
+-static inline unsigned long iommu_num_pages(unsigned long vaddr,
+-					    unsigned long slen)
++unsigned long iommu_num_pages(unsigned long vaddr, unsigned long slen)
+ {
+ 	unsigned long npages;
+ 




More information about the fedora-extras-commits mailing list