rpms/kernel/devel config-powerpc32-generic, 1.27, 1.28 linux-2.6-compile-fixes.patch, 1.182, 1.183

Dave Jones davej at fedoraproject.org
Mon Dec 29 05:44:43 UTC 2008


Author: davej

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

Modified Files:
	config-powerpc32-generic linux-2.6-compile-fixes.patch 
Log Message:
just disable gianfar until it gets fixed


Index: config-powerpc32-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc32-generic,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- config-powerpc32-generic	29 Dec 2008 02:48:00 -0000	1.27
+++ config-powerpc32-generic	29 Dec 2008 05:44:13 -0000	1.28
@@ -16,7 +16,9 @@
 CONFIG_SATA_FSL=m
 # CONFIG_SATA_NV is not set
 
-CONFIG_GIANFAR=m
+# busted in .28git1
+# ERROR: "cacheable_memzero" [drivers/net/gianfar_driver.ko] undefined!
+# CONFIG_GIANFAR is not set
 CONFIG_GFAR_NAPI=y
 CONFIG_USB_EHCI_FSL=y
 

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.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- linux-2.6-compile-fixes.patch	29 Dec 2008 05:14:25 -0000	1.182
+++ linux-2.6-compile-fixes.patch	29 Dec 2008 05:44:13 -0000	1.183
@@ -73,17 +73,3 @@
  			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