Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / 8kstack-2.6.12.patch
1 Index: linux-2.6.9-5.0.3.EL/include/asm-i386/thread_info.h
2 ===================================================================
3 --- linux-2.6.9-5.0.3.EL.orig/include/asm-i386/thread_info.h    2005-02-25 10:25:33.000000000 +0200
4 +++ linux-2.6.9-5.0.3.EL/include/asm-i386/thread_info.h 2005-02-25 20:19:11.676139032 +0200
5 @@ -54,7 +54,7 @@
6  
7  #define PREEMPT_ACTIVE         0x10000000
8  #ifdef CONFIG_4KSTACKS
9 -#define THREAD_SIZE            (4096)
10 +#define THREAD_SIZE            (8192)
11  #else
12  #define THREAD_SIZE            (8192)
13  #endif