unset INITRAMFS_SOURCE if appropriate
[buildroot.git] / toolchain / kernel-headers / linux-libc-headers-2.6.11.0-mips-nptl.patch
blob72571b05e91886c38e3a596a1f7c94a7121a6d30
1 diff -urN linux-libc-headers-2.6.11.0/include/asm-mips/inst.h linux-libc-headers-2.6.11.0-nptl/include/asm-mips/inst.h
2 --- linux-libc-headers-2.6.11.0/include/asm-mips/inst.h 2004-10-31 13:54:20.000000000 -0600
3 +++ linux-libc-headers-2.6.11.0-nptl/include/asm-mips/inst.h 2005-05-04 23:15:45.890613280 -0500
4 @@ -28,7 +28,7 @@
5 sdl_op, sdr_op, swr_op, cache_op,
6 ll_op, lwc1_op, lwc2_op, pref_op,
7 lld_op, ldc1_op, ldc2_op, ld_op,
8 - sc_op, swc1_op, swc2_op, major_3b_op, /* Opcode 0x3b is unused */
9 + sc_op, swc1_op, swc2_op, rdhwr_op,
10 scd_op, sdc1_op, sdc2_op, sd_op
13 diff -urN linux-libc-headers-2.6.11.0/include/asm-mips/unistd.h linux-libc-headers-2.6.11.0-nptl/include/asm-mips/unistd.h
14 --- linux-libc-headers-2.6.11.0/include/asm-mips/unistd.h 2005-01-08 08:02:51.000000000 -0600
15 +++ linux-libc-headers-2.6.11.0-nptl/include/asm-mips/unistd.h 2005-05-04 23:16:48.240229738 -0500
16 @@ -303,16 +303,17 @@
17 #define __NR_add_key (__NR_Linux + 280)
18 #define __NR_request_key (__NR_Linux + 281)
19 #define __NR_keyctl (__NR_Linux + 282)
20 +#define __NR_set_thread_area (__NR_Linux + 283)
23 * Offset of the last Linux o32 flavoured syscall
25 -#define __NR_Linux_syscalls 282
26 +#define __NR_Linux_syscalls 283
28 #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
30 #define __NR_O32_Linux 4000
31 -#define __NR_O32_Linux_syscalls 282
32 +#define __NR_O32_Linux_syscalls 283
34 #if _MIPS_SIM == _MIPS_SIM_ABI64
36 @@ -562,16 +563,17 @@
37 #define __NR_add_key (__NR_Linux + 239)
38 #define __NR_request_key (__NR_Linux + 240)
39 #define __NR_keyctl (__NR_Linux + 241)
40 +#define __NR_set_thread_area (__NR_Linux + 242)
43 * Offset of the last Linux 64-bit flavoured syscall
45 -#define __NR_Linux_syscalls 241
46 +#define __NR_Linux_syscalls 242
48 #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
50 #define __NR_64_Linux 5000
51 -#define __NR_64_Linux_syscalls 241
52 +#define __NR_64_Linux_syscalls 242
54 #if _MIPS_SIM == _MIPS_SIM_NABI32
56 @@ -825,16 +827,17 @@
57 #define __NR_add_key (__NR_Linux + 243)
58 #define __NR_request_key (__NR_Linux + 244)
59 #define __NR_keyctl (__NR_Linux + 245)
60 +#define __NR_set_thread_area (__NR_Linux + 246)
63 * Offset of the last N32 flavoured syscall
65 -#define __NR_Linux_syscalls 245
66 +#define __NR_Linux_syscalls 246
68 #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
70 #define __NR_N32_Linux 6000
71 -#define __NR_N32_Linux_syscalls 245
72 +#define __NR_N32_Linux_syscalls 246
74 #ifndef __ASSEMBLY__