diff options
Diffstat (limited to 'bin/rtspin.c')
-rw-r--r-- | bin/rtspin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rtspin.c b/bin/rtspin.c index 1d60524..4acde37 100644 --- a/bin/rtspin.c +++ b/bin/rtspin.c | |||
@@ -280,7 +280,7 @@ int main(int argc, char** argv) | |||
280 | bail_out("could not migrate to target partition"); | 280 | bail_out("could not migrate to target partition"); |
281 | } | 281 | } |
282 | 282 | ||
283 | ret = sporadic_task_ns(wcet, period, 0, split, cpu, class, | 283 | ret = sporadic_task_ns(wcet, period, 0, split, cpu, 0, class, |
284 | want_enforcement ? PRECISE_ENFORCEMENT | 284 | want_enforcement ? PRECISE_ENFORCEMENT |
285 | : NO_ENFORCEMENT, | 285 | : NO_ENFORCEMENT, |
286 | migrate); | 286 | migrate); |