aboutsummaryrefslogtreecommitdiffstats
path: root/src/task.c
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2013-06-08 14:05:29 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2013-06-08 18:13:43 -0400
commit4928cb8f9b596dde0f977bd8924a28dd38541f5f (patch)
tree9d56efc55b291a8fe353bf84e29b2fbbdbfa0343 /src/task.c
parentd671324496bed1cd10fbdf425f049eae11efde14 (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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/task.c b/src/task.c
index 9121f0c..5f2fa26 100644
--- a/src/task.c
+++ b/src/task.c
@@ -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
71int task_mode(int mode) 70int task_mode(int mode)
72{ 71{