diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-06-08 14:05:29 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-06-08 18:13:43 -0400 |
commit | 4928cb8f9b596dde0f977bd8924a28dd38541f5f (patch) | |
tree | 9d56efc55b291a8fe353bf84e29b2fbbdbfa0343 /src/task.c | |
parent | d671324496bed1cd10fbdf425f049eae11efde14 (diff) |
Add testcase for admission of suspended tasks
The kernel needs to be able to deal with tasks that do not make
themselves a real-time task, but get configured by some other task
instead.
Diffstat (limited to 'src/task.c')
-rw-r--r-- | src/task.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -66,7 +66,6 @@ int create_rt_task(rt_fn_t rt_prog, void *arg, int cluster, int cluster_size, | |||
66 | 66 | ||
67 | 67 | ||
68 | #define SCHED_NORMAL 0 | 68 | #define SCHED_NORMAL 0 |
69 | #define SCHED_LITMUS 6 | ||
70 | 69 | ||
71 | int task_mode(int mode) | 70 | int task_mode(int mode) |
72 | { | 71 | { |