]> git.pld-linux.org Git - packages/linux-libc-headers.git/blob - linux-libc-headers-ia64.patch
- netfilter patch updated.
[packages/linux-libc-headers.git] / linux-libc-headers-ia64.patch
1 Index: linux-libc-headers/include/asm-ia64/page.h
2 ===================================================================
3 RCS file: /cvsroot/linux-libc-headers/include/asm-ia64/page.h,v
4 retrieving revision 1.5
5 retrieving revision 1.6
6 diff -u -r1.5 -r1.6
7 --- linux-libc-headers/include/asm-ia64/page.h  27 Mar 2004 16:02:58 -0000      1.5
8 +++ linux-libc-headers/include/asm-ia64/page.h  10 Jul 2004 12:32:13 -0000      1.6
9 @@ -23,7 +23,9 @@
10  #elif defined(CONFIG_IA64_PAGE_SIZE_64KB)
11  # define PAGE_SHIFT    16
12  #else
13 -# error Unsupported page size!
14 +/* take 16kB as default for llh */
15 +# define PAGE_SHIFT    14
16 +/* # error Unsupported page size! */
17  #endif
18  
19  #define PAGE_SIZE              (__IA64_UL_CONST(1) << PAGE_SHIFT)
20 Index: linux-libc-headers/include/asm-ia64/gcc_intrin.h
21 ===================================================================
22 RCS file: /cvsroot/linux-libc-headers/include/asm-ia64/gcc_intrin.h,v
23 retrieving revision 1.3
24 retrieving revision 1.4
25 diff -u -r1.3 -r1.4
26 --- linux-libc-headers/include/asm-ia64/gcc_intrin.h    23 Jun 2004 19:57:17 -0000      1.3
27 +++ linux-libc-headers/include/asm-ia64/gcc_intrin.h    13 Jul 2004 22:33:12 -0000      1.4
28 @@ -23,8 +23,6 @@
29  extern void ia64_bad_param_for_setreg (void);
30  extern void ia64_bad_param_for_getreg (void);
31  
32 -register unsigned long ia64_r13 asm ("r13") __attribute_used__;
33 -
34  #define ia64_setreg(regnum, val)                                               \
35  ({                                                                             \
36         switch (regnum) {                                                       \
37 @@ -57,6 +55,7 @@
38  #define ia64_getreg(regnum)                                                    \
39  ({                                                                             \
40         __u64 ia64_intri_res;                                                   \
41 +       register unsigned long ia64_r13 asm ("r13") __attribute_used__;         \
42                                                                                 \
43         switch (regnum) {                                                       \
44         case _IA64_REG_GP:                                                      \
This page took 0.067116 seconds and 3 git commands to generate.