SOURCES (LINUX_2_6): kernel-small_fixes.patch - EXPORT_SYMBOL(save_processo...

sparky sparky at pld-linux.org
Mon Sep 29 01:28:57 CEST 2008


Author: sparky                       Date: Sun Sep 28 23:28:57 2008 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- EXPORT_SYMBOL(save_processor_state) on PowerPC, needed for tuxonice

---- Files affected:
SOURCES:
   kernel-small_fixes.patch (1.1.2.5 -> 1.1.2.6) 

---- Diffs:

================================================================
Index: SOURCES/kernel-small_fixes.patch
diff -u SOURCES/kernel-small_fixes.patch:1.1.2.5 SOURCES/kernel-small_fixes.patch:1.1.2.6
--- SOURCES/kernel-small_fixes.patch:1.1.2.5	Wed Aug 29 08:40:18 2007
+++ SOURCES/kernel-small_fixes.patch	Mon Sep 29 01:28:51 2008
@@ -111,3 +111,21 @@
 +#define clear_suspend2_fault() do { } while(0)
 +
  #endif /* __ASM_POWERPC_SUSPEND_H */
+--- linux-2.6.26/arch/powerpc/kernel/swsusp.c	2008-09-29 00:01:56.000000000 +0200
++++ linux-2.6.26/arch/powerpc/kernel/swsusp.c	2008-09-29 00:01:42.000000000 +0200
+@@ -9,6 +9,7 @@
+  * 2 of the License, or (at your option) any later version.
+  */
+ 
++#include <linux/module.h>
+ #include <linux/sched.h>
+ #include <asm/suspend.h>
+ #include <asm/system.h>
+@@ -30,6 +31,7 @@
+ #endif
+ 
+ }
++EXPORT_SYMBOL(save_processor_state);
+ 
+ void restore_processor_state(void)
+ {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-small_fixes.patch?r1=1.1.2.5&r2=1.1.2.6&f=u



More information about the pld-cvs-commit mailing list