rpms/kernel/devel linux-2.6-compile-fixes.patch,1.181,1.182

Dave Jones davej at fedoraproject.org
Mon Dec 29 05:14:25 UTC 2008


Author: davej

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

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

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.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- linux-2.6-compile-fixes.patch	29 Dec 2008 04:26:34 -0000	1.181
+++ linux-2.6-compile-fixes.patch	29 Dec 2008 05:14:25 -0000	1.182
@@ -73,3 +73,17 @@
  			lpar_rc = h_vio_signal(adapter->vdev->unit_address,
  					       VIO_IRQ_DISABLE);
  			goto restart_poll;
+ERROR: "cacheable_memzero" [drivers/net/gianfar_driver.ko] undefined!
+
+Signed-off-by: Dave Jones <davej at redhat.com>
+
+--- linux-2.6.28.noarch/drivers/net/gianfar.c~	2008-12-29 00:12:37.000000000 -0500
++++ linux-2.6.28.noarch/drivers/net/gianfar.c	2008-12-29 00:12:49.000000000 -0500
+@@ -84,6 +84,7 @@
+ #include <asm/io.h>
+ #include <asm/irq.h>
+ #include <asm/uaccess.h>
++#include <asm/system.h>
+ #include <linux/module.h>
+ #include <linux/dma-mapping.h>
+ #include <linux/crc32.h>




More information about the fedora-extras-commits mailing list