]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- missing prototype on sparc64 auto/ac/kernel24-2_4_28-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Jan 2005 13:23:06 +0000 (13:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.4.25-sched-O1.patch -> 1.6

linux-2.4.25-sched-O1.patch

index a438a580382fa9d2dbce718577a4c52d5dd8f00f..c143ab26960635280a6b273ccf6a2e4506ef697b 100644 (file)
@@ -869,6 +869,15 @@ diff -urN linux-2.4.24.org/arch/sparc64/kernel/rtrap.S linux-2.4.24/arch/sparc64
 diff -urN linux-2.4.24.org/arch/sparc64/kernel/smp.c linux-2.4.24/arch/sparc64/kernel/smp.c
 --- linux-2.4.24.org/arch/sparc64/kernel/smp.c 2004-02-04 20:51:28.749624726 +0100
 +++ linux-2.4.24/arch/sparc64/kernel/smp.c     2004-02-04 20:52:53.068086928 +0100
+@@ -347,6 +347,8 @@
+ extern unsigned long sparc64_cpu_startup;
++static void __init smp_tune_scheduling(void);
++
+ /* The OBP cpu startup callback truncates the 3rd arg cookie to
+  * 32-bits (I think) so to be safe we have it read the pointer
+  * contained here so we work on >4GB machines. -DaveM
 @@ -360,7 +360,7 @@
        printk("Entering UltraSMPenguin Mode...\n");
        __sti();
This page took 0.107015 seconds and 4 git commands to generate.