mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
fe81cb1c43
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
14 lines
473 B
Diff
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))
|
|
|