Whamcloud - gitweb
b=4168
authoralex <alex>
Fri, 6 Aug 2004 21:08:59 +0000 (21:08 +0000)
committeralex <alex>
Fri, 6 Aug 2004 21:08:59 +0000 (21:08 +0000)
- minor corrections to make x86 and x86_64 large stack patches compatible
- put /configurable-x86_64-2.4.21.patch into suse-2.4.21-2 series

lustre/kernel_patches/patches/configurable-x86_64-2.4.21.patch

index 7af805c..757ee71 100644 (file)
@@ -80,18 +80,6 @@ Index: linux-2.4.21-drop2/arch/x86_64/vmlinux.lds
    .data.init_task : { *(.data.init_task) }
  
    . = ALIGN(4096); 
-Index: linux-2.4.21-drop2/include/linux/sched.h
-===================================================================
---- linux-2.4.21-drop2.orig/include/linux/sched.h      2003-11-10 16:44:28.000000000 -0800
-+++ linux-2.4.21-drop2/include/linux/sched.h   2004-08-06 06:24:37.000000000 -0700
-@@ -2,6 +2,7 @@
- #define _LINUX_SCHED_H
- #include <asm/param.h>        /* for HZ */
-+#include <asm/current.h>      /* maybe for INIT_TASK_SIZE */
- extern unsigned long event;
 Index: linux-2.4.21-drop2/include/asm-x86_64/current.h
 ===================================================================
 --- linux-2.4.21-drop2.orig/include/asm-x86_64/current.h       2003-11-10 16:44:28.000000000 -0800