SOURCES (LINUX_2_6): linux-2.6-i386-ksyms.patch (NEW) - fix unreso...

qboosh qboosh at pld-linux.org
Mon Dec 12 18:37:44 CET 2005


Author: qboosh                       Date: Mon Dec 12 17:37:43 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- fix unresolved symbol on i386-smp (do such machines exist anyway?)

---- Files affected:
SOURCES:
   linux-2.6-i386-ksyms.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-i386-ksyms.patch
diff -u /dev/null SOURCES/linux-2.6-i386-ksyms.patch:1.1.2.1
--- /dev/null	Mon Dec 12 18:37:43 2005
+++ SOURCES/linux-2.6-i386-ksyms.patch	Mon Dec 12 18:37:38 2005
@@ -0,0 +1,10 @@
+--- linux-2.6.14.3/kernel/rcupdate.c.orig	2005-12-10 20:08:57.000000000 +0000
++++ linux-2.6.14.3/kernel/rcupdate.c	2005-12-12 17:35:11.675942736 +0000
+@@ -84,6 +84,7 @@
+ spinlock_t __rcuref_hash[RCUREF_HASH_SIZE] = {
+ 	[0 ... (RCUREF_HASH_SIZE-1)] = SPIN_LOCK_UNLOCKED
+ };
++EXPORT_SYMBOL(__rcuref_hash);
+ #endif
+ 
+ /**
================================================================



More information about the pld-cvs-commit mailing list