diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-02-02 02:10:46 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-02-02 02:10:46 -0500 |
commit | db33c3290ce4b1c727dd88eb7ffae336fd893f47 (patch) | |
tree | dea3495f7e15aa64116862d98c9e2d14472fe3bb /arch | |
parent | 568001b3e0cf8c5d6a836072476a547e201a6300 (diff) |
litmus: rip out the concept of RT_MODE.
It also rips out scheduler_setup().
This patch is very invasive and only compile-tested.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/syscall_table.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S index 1686bb934b..6f5d227152 100644 --- a/arch/i386/kernel/syscall_table.S +++ b/arch/i386/kernel/syscall_table.S | |||
@@ -322,14 +322,14 @@ ENTRY(sys_call_table) | |||
322 | /* LITMUS syscalls */ | 322 | /* LITMUS syscalls */ |
323 | .long sys_ni_syscall /* sys_sched_setpolicy */ /* 320 */ | 323 | .long sys_ni_syscall /* sys_sched_setpolicy */ /* 320 */ |
324 | .long sys_ni_syscall /* sys_sched_getpolicy */ | 324 | .long sys_ni_syscall /* sys_sched_getpolicy */ |
325 | .long sys_set_rt_mode | 325 | .long sys_ni_syscall /* sys_set_rt_mode */ |
326 | .long sys_set_rt_task_param | 326 | .long sys_set_rt_task_param |
327 | .long sys_get_rt_task_param | 327 | .long sys_get_rt_task_param |
328 | .long sys_ni_syscall /* 325 */ | 328 | .long sys_ni_syscall /* 325 */ |
329 | .long sys_sleep_next_period | 329 | .long sys_sleep_next_period |
330 | .long sys_scheduler_setup | 330 | .long sys_ni_syscall /* sys_scheduler_setup */ |
331 | .long sys_register_np_flag | 331 | .long sys_register_np_flag |
332 | .long sys_exit_np | 332 | .long sys_exit_np |
333 | .long sys_od_open /* 330 */ | 333 | .long sys_od_open /* 330 */ |
334 | .long sys_od_close | 334 | .long sys_od_close |
335 | .long sys_pi_down | 335 | .long sys_pi_down |