aboutsummaryrefslogtreecommitdiffstats
path: root/src/syscalls.c
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-02-03 00:23:32 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-02-03 00:23:32 -0500
commit526afdfb333ca29170fd210b08860ac2a4c141ed (patch)
treea5d1d271da8d59bfa1055d20247621c253efe02f /src/syscalls.c
parent7c5e0f1834595a83053ffa7cad1a1947a2490b60 (diff)
rip out old junk
Diffstat (limited to 'src/syscalls.c')
-rw-r--r--src/syscalls.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/syscalls.c b/src/syscalls.c
index 3b2f76c..0924818 100644
--- a/src/syscalls.c
+++ b/src/syscalls.c
@@ -41,12 +41,9 @@ struct np_flag;
41 41
42_syscall0(pid_t, gettid); 42_syscall0(pid_t, gettid);
43 43
44_syscall0(spolicy, sched_getpolicy);
45_syscall1(int, set_rt_mode, int, arg1);
46_syscall2(int, set_rt_task_param, pid_t, pid, rt_param_t*, arg1); 44_syscall2(int, set_rt_task_param, pid_t, pid, rt_param_t*, arg1);
47_syscall2(int, get_rt_task_param, pid_t, pid, rt_param_t*, arg1); 45_syscall2(int, get_rt_task_param, pid_t, pid, rt_param_t*, arg1);
48_syscall0(int, sleep_next_period); 46_syscall0(int, sleep_next_period);
49_syscall2(int, scheduler_setup, int, cmd, void*, param);
50_syscall1(int, register_np_flag, struct np_flag*, flag); 47_syscall1(int, register_np_flag, struct np_flag*, flag);
51_syscall0(int, signal_exit_np); 48_syscall0(int, signal_exit_np);
52 49
@@ -58,10 +55,6 @@ _syscall1(int, pi_up, int, od);
58_syscall1(int, srp_down, int, od); 55_syscall1(int, srp_down, int, od);
59_syscall1(int, srp_up, int, od); 56_syscall1(int, srp_up, int, od);
60_syscall1(int, reg_task_srp_sem, int, od); 57_syscall1(int, reg_task_srp_sem, int, od);
61
62_syscall1(int, get_job_no, unsigned int*, job_no); 58_syscall1(int, get_job_no, unsigned int*, job_no);
63_syscall1(int, wait_for_job_release, unsigned int, job_no); 59_syscall1(int, wait_for_job_release, unsigned int, job_no);
64
65_syscall1(int, start_wcs, int, od);
66_syscall1(int, reg_ics_cb, struct ics_cb*, ics_cb);
67_syscall1(int, task_mode, int, target_mode); 60_syscall1(int, task_mode, int, target_mode);