aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/rt_param.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2011-10-14 19:31:13 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2011-10-14 19:31:13 -0400
commit8e236ee20fddac1f3728fccfb7b8c017506321ea (patch)
tree57e12b6c8b14619be814880fd6722154097c6cca /include/litmus/rt_param.h
parent2cd5b8b9f496e92884b71eb58ea1ed40947cd2f3 (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.h2
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 */