diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-09-13 14:34:56 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-09-13 14:34:56 -0400 |
commit | 24b06e931bb2a9002b6ef77413902990037f2d97 (patch) | |
tree | 0b9958525b68e96b01f00f882c8216fda51399ed /arch/i386 | |
parent | 8d05e74137f1c9fb5f152647668fc22143179908 (diff) |
add flag based np-sections
This commit introduces the infrastructure for flag based np sections. It
also features an overhauled GSN-EDF scheduler that respects the flags (and
has less bugs).
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/syscall_table.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S index e6c47fdc18..17c23e123e 100644 --- a/arch/i386/kernel/syscall_table.S +++ b/arch/i386/kernel/syscall_table.S | |||
@@ -329,7 +329,7 @@ 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 | 332 | .long sys_register_np_flag |
333 | .long sys_exit_np /* 330 */ | 333 | .long sys_exit_np /* 330 */ |
334 | .long sys_pi_sema_init | 334 | .long sys_pi_sema_init |
335 | .long sys_pi_down | 335 | .long sys_pi_down |