From: alex Date: Fri, 6 Aug 2004 21:08:59 +0000 (+0000) Subject: b=4168 X-Git-Tag: v1_7_0_51~2^7~38 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=78806877872bbca764b46721bd8c83f2c98c305a;p=fs%2Flustre-release.git b=4168 - 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 --- diff --git a/lustre/kernel_patches/patches/configurable-x86_64-2.4.21.patch b/lustre/kernel_patches/patches/configurable-x86_64-2.4.21.patch index 7af805c..757ee71 100644 --- a/lustre/kernel_patches/patches/configurable-x86_64-2.4.21.patch +++ b/lustre/kernel_patches/patches/configurable-x86_64-2.4.21.patch @@ -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 /* for HZ */ -+#include /* 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