rpms/kernel/devel linux-2.6-compile-fixes.patch,1.175,1.176

Dave Jones davej at fedoraproject.org
Wed Sep 24 01:03:51 UTC 2008


Author: davej

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

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
compile 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.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- linux-2.6-compile-fixes.patch	1 Aug 2008 19:55:06 -0000	1.175
+++ linux-2.6-compile-fixes.patch	24 Sep 2008 01:03:50 -0000	1.176
@@ -5,3 +5,18 @@
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
 
+arch/x86/kernel/process_32.c: In function 'cpu_exit_clear':
+arch/x86/kernel/process_32.c:91: error: implicit declaration of function 'c1e_remove_cpu'
+
+Signed-off-by: Dave Jones <davej at redhat.com>
+
+--- linux-2.6.26.noarch/arch/x86/kernel/process_32.c~	2008-09-23 21:02:13.000000000 -0400
++++ linux-2.6.26.noarch/arch/x86/kernel/process_32.c	2008-09-23 21:02:34.000000000 -0400
+@@ -55,6 +55,7 @@
+ #include <asm/tlbflush.h>
+ #include <asm/cpu.h>
+ #include <asm/kdebug.h>
++#include <asm/idle.h>
+ 
+ asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
+ 




More information about the fedora-extras-commits mailing list