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 /arch/i386 | |
parent | 2598391816bc260d52d77d4cf55b772b39bba72f (diff) |
add system calls sys_enter_np() and sys_exit_np()
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/syscall_table.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S index 47ea0d5870..c896673721 100644 --- a/arch/i386/kernel/syscall_table.S +++ b/arch/i386/kernel/syscall_table.S | |||
@@ -329,3 +329,5 @@ ENTRY(sys_call_table) | |||
329 | .long sys_ni_syscall /* CLEANUP: sys_reset_stat */ | 329 | .long sys_ni_syscall /* CLEANUP: sys_reset_stat */ |
330 | .long sys_sleep_next_period | 330 | .long sys_sleep_next_period |
331 | .long sys_scheduler_setup | 331 | .long sys_scheduler_setup |
332 | .long sys_enter_np | ||
333 | .long sys_exit_np /* 330 */ \ No newline at end of file | ||