diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:38:11 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:38:11 -0500 |
commit | 54e6e1699c919e9fce53f9c2bd49174387735e39 (patch) | |
tree | e5be9501bb1ece771831ab98cc22d468ac464687 /arch/x86/include/asm/unistd_32.h | |
parent | d7d11d0a9c3a3a6a87e5cebb0dbcd57d8b0e2515 (diff) |
Add LITRMU^RT syscalls to x86_32
Diffstat (limited to 'arch/x86/include/asm/unistd_32.h')
-rw-r--r-- | arch/x86/include/asm/unistd_32.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/x86/include/asm/unistd_32.h b/arch/x86/include/asm/unistd_32.h index 6fb3c209a7e3..34bc4204d373 100644 --- a/arch/x86/include/asm/unistd_32.h +++ b/arch/x86/include/asm/unistd_32.h | |||
@@ -343,9 +343,13 @@ | |||
343 | #define __NR_rt_tgsigqueueinfo 335 | 343 | #define __NR_rt_tgsigqueueinfo 335 |
344 | #define __NR_perf_event_open 336 | 344 | #define __NR_perf_event_open 336 |
345 | 345 | ||
346 | #define __NR_LITMUS 337 | ||
347 | |||
348 | #include "litmus/unistd.h" | ||
349 | |||
346 | #ifdef __KERNEL__ | 350 | #ifdef __KERNEL__ |
347 | 351 | ||
348 | #define NR_syscalls 337 | 352 | #define NR_syscalls 336 + NR_litmus_syscalls |
349 | 353 | ||
350 | #define __ARCH_WANT_IPC_PARSE_VERSION | 354 | #define __ARCH_WANT_IPC_PARSE_VERSION |
351 | #define __ARCH_WANT_OLD_READDIR | 355 | #define __ARCH_WANT_OLD_READDIR |