rpms/kernel/devel linux-2.6-compile-fixes.patch,1.44,1.45

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 11 00:35:08 UTC 2006


Author: dwmw2

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28152

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

linux-2.6-compile-fixes.patch:
 arch/s390/kernel/setup.c     |    2 ++
 drivers/net/spider_net.c     |    1 +
 include/asm-generic/signal.h |    1 +
 3 files changed, 4 insertions(+)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- linux-2.6-compile-fixes.patch	6 Jan 2006 16:40:20 -0000	1.44
+++ linux-2.6-compile-fixes.patch	11 Jan 2006 00:35:05 -0000	1.45
@@ -18,3 +18,14 @@
  
  #include "spider_net.h"
  
+--- linux-2.6.15/arch/s390/kernel/setup.c~	2006-01-10 23:43:32.000000000 +0000
++++ linux-2.6.15/arch/s390/kernel/setup.c	2006-01-11 00:34:18.000000000 +0000
+@@ -319,6 +319,8 @@ void machine_power_off(void)
+ 	_machine_power_off();
+ }
+ 
++void (*pm_power_off)(void) = machine_power_off;
++
+ static void __init
+ add_memory_hole(unsigned long start, unsigned long end)
+ {




More information about the fedora-cvs-commits mailing list