From 4928cb8f9b596dde0f977bd8924a28dd38541f5f Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Sat, 8 Jun 2013 20:05:29 +0200 Subject: 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. --- src/task.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/task.c') 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, #define SCHED_NORMAL 0 -#define SCHED_LITMUS 6 int task_mode(int mode) { -- cgit v1.2.2