diff options
Diffstat (limited to 'patches/16kstack-x86_64.patch')
-rw-r--r-- | patches/16kstack-x86_64.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/16kstack-x86_64.patch b/patches/16kstack-x86_64.patch deleted file mode 100644 index 330cedddf..000000000 --- a/patches/16kstack-x86_64.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: linux+rh+chaos/include/asm-x86_64/page.h -=================================================================== ---- linux+rh+chaos.orig/include/asm-x86_64/page.h -+++ linux+rh+chaos/include/asm-x86_64/page.h -@@ -10,7 +10,7 @@ - #define PAGE_MASK (~(PAGE_SIZE-1)) - #define PHYSICAL_PAGE_MASK (~(PAGE_SIZE-1) & __PHYSICAL_MASK) - --#define THREAD_ORDER 1 -+#define THREAD_ORDER 2 - #define THREAD_SIZE (PAGE_SIZE << THREAD_ORDER) - #define CURRENT_MASK (~(THREAD_SIZE-1)) - |