]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
- workaround for config-dependent PAGE_SHIFT on ia64
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Jul 2004 16:56:05 +0000 (16:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-libc-headers-ia64.patch -> 1.1

linux-libc-headers-ia64.patch [new file with mode: 0644]

diff --git a/linux-libc-headers-ia64.patch b/linux-libc-headers-ia64.patch
new file mode 100644 (file)
index 0000000..11d9d94
--- /dev/null
@@ -0,0 +1,19 @@
+Index: linux-libc-headers/include/asm-ia64/page.h
+===================================================================
+RCS file: /cvsroot/linux-libc-headers/include/asm-ia64/page.h,v
+retrieving revision 1.5
+retrieving revision 1.6
+diff -u -r1.5 -r1.6
+--- linux-libc-headers/include/asm-ia64/page.h 27 Mar 2004 16:02:58 -0000      1.5
++++ linux-libc-headers/include/asm-ia64/page.h 10 Jul 2004 12:32:13 -0000      1.6
+@@ -23,7 +23,9 @@
+ #elif defined(CONFIG_IA64_PAGE_SIZE_64KB)
+ # define PAGE_SHIFT   16
+ #else
+-# error Unsupported page size!
++/* take 16kB as default for llh */
++# define PAGE_SHIFT   14
++/* # error Unsupported page size! */
+ #endif
+ #define PAGE_SIZE             (__IA64_UL_CONST(1) << PAGE_SHIFT)
This page took 0.031388 seconds and 4 git commands to generate.