X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Funistd.h;h=e8ae21a10e240b4d2634cd0cf1b5c7af3b80f4ab;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=28d53f0d6a6762c1da20b3d3f94fe21c11fb4095;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-arm/unistd.h b/include/asm-arm/unistd.h index 28d53f0d6..e8ae21a10 100644 --- a/include/asm-arm/unistd.h +++ b/include/asm-arm/unistd.h @@ -281,7 +281,7 @@ #define __NR_remap_file_pages (__NR_SYSCALL_BASE+253) /* 254 for set_thread_area */ /* 255 for get_thread_area */ - /* 256 for set_tid_address */ +#define __NR_set_tid_address (__NR_SYSCALL_BASE+256) #define __NR_timer_create (__NR_SYSCALL_BASE+257) #define __NR_timer_settime (__NR_SYSCALL_BASE+258) #define __NR_timer_gettime (__NR_SYSCALL_BASE+259) @@ -307,6 +307,8 @@ #define __NR_mq_getsetattr (__NR_SYSCALL_BASE+279) #define __NR_waitid (__NR_SYSCALL_BASE+280) +#define __NR_vserver (__NR_SYSCALL_BASE+313) + /* * The following SWIs are ARM private. */ @@ -316,6 +318,8 @@ #define __ARM_NR_usr26 (__ARM_NR_BASE+3) #define __ARM_NR_usr32 (__ARM_NR_BASE+4) +#define __ARM_NR_set_tls (__ARM_NR_BASE+0x800) + #define __sys2(x) #x #define __sys1(x) __sys2(x)