diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-01-27 23:48:11 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2013-01-27 23:48:11 -0500 |
commit | af6f6aa0477fc3887792a3646bfb98d469a695b7 (patch) | |
tree | 9eb08bf20decf09b6c6d76fca9ab4fefd66bca14 /gpu | |
parent | 49406e71708f425d670f067779d8af63776ec169 (diff) |
support log injection
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/aux_threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/aux_threads.c b/gpu/aux_threads.c index 6636f36..1e168c6 100644 --- a/gpu/aux_threads.c +++ b/gpu/aux_threads.c | |||
@@ -130,7 +130,7 @@ int main(int argc, char** argv) | |||
130 | if(before) | 130 | if(before) |
131 | { | 131 | { |
132 | CALL( init_rt_thread() ); | 132 | CALL( init_rt_thread() ); |
133 | CALL( sporadic_global(EXEC_COST, PERIOD) ); | 133 | CALL( sporadic_partitioned(EXEC_COST, PERIOD, 0) ); |
134 | CALL( task_mode(LITMUS_RT_TASK) ); | 134 | CALL( task_mode(LITMUS_RT_TASK) ); |
135 | } | 135 | } |
136 | 136 | ||