SOURCES (LINUX_2_6): kernel-gcc4.patch - updated to 2.6.13

baggins baggins at pld-linux.org
Tue Sep 6 16:02:01 CEST 2005


Author: baggins                      Date: Tue Sep  6 14:02:00 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- updated to 2.6.13

---- Files affected:
SOURCES:
   kernel-gcc4.patch (1.1.2.25 -> 1.1.2.26) 

---- Diffs:

================================================================
Index: SOURCES/kernel-gcc4.patch
diff -u SOURCES/kernel-gcc4.patch:1.1.2.25 SOURCES/kernel-gcc4.patch:1.1.2.26
--- SOURCES/kernel-gcc4.patch:1.1.2.25	Mon Aug  1 12:31:53 2005
+++ SOURCES/kernel-gcc4.patch	Tue Sep  6 16:01:55 2005
@@ -39,19 +39,8 @@
 -static unsigned char boot_cpu_id;
 +unsigned char boot_cpu_id;
  
- cpumask_t cpu_online_map = CPU_MASK_NONE;
- cpumask_t phys_cpu_present_map = CPU_MASK_NONE;
---- a/include/asm-ppc/time.h	2005-04-07 20:57:09.000000000 +0200
-+++ b/include/asm-ppc/time.h	2005-04-26 12:19:19.000000000 +0200
-@@ -58,7 +58,7 @@
- /* Accessor functions for the timebase (RTC on 601) registers. */
- /* If one day CONFIG_POWER is added just define __USE_RTC as 1 */
- #ifdef CONFIG_6xx
--extern __inline__ int const __USE_RTC(void) {
-+static __inline__ int __USE_RTC(void) {
- 	return (mfspr(SPRN_PVR)>>16) == 1;
- }
- #else
+ cpumask_t cpu_online_map __read_mostly = CPU_MASK_NONE;
+ cpumask_t phys_cpu_present_map __read_mostly = CPU_MASK_NONE;
 --- a/drivers/input/mouse/psmouse.h	2005-03-13 07:44:40.000000000 +0100
 +++ b/drivers/input/mouse/psmouse.h	2005-03-13 14:08:06.000000000 +0100
 @@ -1,6 +1,8 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/kernel-gcc4.patch?r1=1.1.2.25&r2=1.1.2.26&f=u




More information about the pld-cvs-commit mailing list