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 48b8379..ae76941 100644 --- a/bin/rtspin.c +++ b/bin/rtspin.c | |||
@@ -274,7 +274,7 @@ int main(int argc, char** argv) | |||
274 | bail_out("could not migrate to target partition"); | 274 | bail_out("could not migrate to target partition"); |
275 | } | 275 | } |
276 | 276 | ||
277 | ret = sporadic_task_ns(wcet, period, 0, 0, cpu, class, | 277 | ret = sporadic_task_ns(wcet, period, 0, cpu, class, |
278 | want_enforcement ? PRECISE_ENFORCEMENT | 278 | want_enforcement ? PRECISE_ENFORCEMENT |
279 | : NO_ENFORCEMENT, | 279 | : NO_ENFORCEMENT, |
280 | migrate); | 280 | migrate); |