]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/page_64_types.h
x86_64: expand kernel stack to 16K
[karo-tx-linux.git] / arch / x86 / include / asm / page_64_types.h
index 8de6d9cf3b954a7f31bcb756c92c20cc08db5759..678205195ae118e16ca34609a24f472d9875e568 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _ASM_X86_PAGE_64_DEFS_H
 #define _ASM_X86_PAGE_64_DEFS_H
 
-#define THREAD_SIZE_ORDER      1
+#define THREAD_SIZE_ORDER      2
 #define THREAD_SIZE  (PAGE_SIZE << THREAD_SIZE_ORDER)
 #define CURRENT_MASK (~(THREAD_SIZE - 1))