diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-04-17 21:51:46 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-04-17 21:51:46 -0400 |
commit | baa746464afe51d302a12c835a5d10efa3fa0638 (patch) | |
tree | 6e0346e381f6fd899c031d005e59158b70d222c9 /include | |
parent | 2598391816bc260d52d77d4cf55b772b39bba72f (diff) |
add system calls sys_enter_np() and sys_exit_np()
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-i386/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h index f7ce2a0c75..f728ca6364 100644 --- a/include/asm-i386/unistd.h +++ b/include/asm-i386/unistd.h | |||
@@ -336,11 +336,13 @@ | |||
336 | #define __NR_reset_stat 326 | 336 | #define __NR_reset_stat 326 |
337 | #define __NR_sleep_next_period 327 | 337 | #define __NR_sleep_next_period 327 |
338 | #define __NR_scheduler_setup 328 | 338 | #define __NR_scheduler_setup 328 |
339 | #define __NR_enter_np 329 | ||
340 | #define __NR_exit_np 330 | ||
339 | 341 | ||
340 | 342 | ||
341 | #ifdef __KERNEL__ | 343 | #ifdef __KERNEL__ |
342 | 344 | ||
343 | #define NR_syscalls 328 | 345 | #define NR_syscalls 330 |
344 | 346 | ||
345 | #define __ARCH_WANT_IPC_PARSE_VERSION | 347 | #define __ARCH_WANT_IPC_PARSE_VERSION |
346 | #define __ARCH_WANT_OLD_READDIR | 348 | #define __ARCH_WANT_OLD_READDIR |