rpms/kernel/devel kernel-2.6.spec, 1.2842, 1.2843 linux-2.6-compile-fixes.patch, 1.103, 1.104

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 4 19:22:50 UTC 2006


Author: davej

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

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


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2842
retrieving revision 1.2843
diff -u -r1.2842 -r1.2843
--- kernel-2.6.spec	4 Dec 2006 19:20:11 -0000	1.2842
+++ kernel-2.6.spec	4 Dec 2006 19:22:48 -0000	1.2843
@@ -984,7 +984,7 @@
 #
 # misc small stuff to make things compile or otherwise improve performance
 #
-#%patch10000 -p1
+%patch10000 -p1
 
 # END OF PATCH APPLICATIONS
 

linux-2.6-compile-fixes.patch:
 workqueue.c |    1 +
 1 files changed, 1 insertion(+)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- linux-2.6-compile-fixes.patch	30 Nov 2006 00:00:23 -0000	1.103
+++ linux-2.6-compile-fixes.patch	4 Dec 2006 19:22:48 -0000	1.104
@@ -1,2 +1,11 @@
 
-
+--- linux-2.6.19.noarch/kernel/workqueue.c~	2006-12-04 14:22:07.000000000 -0500
++++ linux-2.6.19.noarch/kernel/workqueue.c	2006-12-04 14:22:18.000000000 -0500
+@@ -608,6 +608,7 @@ int current_is_keventd(void)
+ 	return ret;
+ 
+ }
++EXPORT_SYMBOL_GPL(current_is_keventd);
+ 
+ #ifdef CONFIG_HOTPLUG_CPU
+ /* Take the work from this (downed) CPU. */




More information about the fedora-cvs-commits mailing list