aboutsummaryrefslogtreecommitdiffstats
path: root/bin/rtspin.c
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-07-17 17:22:36 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2012-07-17 17:22:52 -0400
commitbdd1bf3d4f17e820e309f02ab1bdb726952e6ca8 (patch)
tree5f2aaf77f220c13710cdd9de16ecc141619af846 /bin/rtspin.c
parent1f8c4dd0e5932367344638fb3fcd6ea26390fb7c (diff)
Revisions based on review comments.wip-arbit-deadline
Diffstat (limited to 'bin/rtspin.c')
-rw-r--r--bin/rtspin.c2
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);