diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2011-10-14 19:31:13 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2011-10-14 19:31:13 -0400 |
commit | 8e236ee20fddac1f3728fccfb7b8c017506321ea (patch) | |
tree | 57e12b6c8b14619be814880fd6722154097c6cca /include/litmus/rt_param.h | |
parent | 2cd5b8b9f496e92884b71eb58ea1ed40947cd2f3 (diff) |
Tasks are now scheduled using serversrtas12-mc-beta-exp
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index f15b1ad5fa3c..55419d411614 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -212,8 +212,6 @@ struct rt_param { | |||
212 | 212 | ||
213 | /* Pointer to the page shared between userspace and kernel. */ | 213 | /* Pointer to the page shared between userspace and kernel. */ |
214 | struct control_page * ctrl_page; | 214 | struct control_page * ctrl_page; |
215 | |||
216 | /* int go; */ | ||
217 | }; | 215 | }; |
218 | 216 | ||
219 | /* Possible RT flags */ | 217 | /* Possible RT flags */ |