mirror_zfs/patches/16kstack-x86_64.patch
behlendo fe81cb1c43 Add the minimal set of kernel patches need to for the SPL. Hopefully
even these will not be needed over the next few weeks.



git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@121 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-06-02 19:45:04 +00:00

14 lines
473 B
Diff

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))