aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/fdso.c
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-09-30 18:26:21 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-09-30 18:26:21 -0400
commit696ff3d97e631739c21daf15d2f3484ee9b7cb02 (patch)
tree4baf76afa81806855751228cba54fac109d9397f /litmus/fdso.c
parente9fc09f4bd2bae682cea6e7155aad1fe3f58e77b (diff)
parentfb90f3b6a8a604a9aed7249045bfed77ce42de5b (diff)
Fixed sched_color run issues.
Diffstat (limited to 'litmus/fdso.c')
-rw-r--r--litmus/fdso.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/litmus/fdso.c b/litmus/fdso.c
index aa7b384264e3..cd85b9cd9a0a 100644
--- a/litmus/fdso.c
+++ b/litmus/fdso.c
@@ -23,6 +23,10 @@ extern struct fdso_ops generic_lock_ops;
23static const struct fdso_ops* fdso_ops[] = { 23static const struct fdso_ops* fdso_ops[] = {
24 &generic_lock_ops, /* FMLP_SEM */ 24 &generic_lock_ops, /* FMLP_SEM */
25 &generic_lock_ops, /* SRP_SEM */ 25 &generic_lock_ops, /* SRP_SEM */
26 &generic_lock_ops, /* MPCP_SEM */
27 &generic_lock_ops, /* MPCP_VS_SEM */
28 &generic_lock_ops, /* DPCP_SEM */
29 &generic_lock_ops, /* PCP_SEM */
26}; 30};
27 31
28static int fdso_create(void** obj_ref, obj_type_t type, void* __user config) 32static int fdso_create(void** obj_ref, obj_type_t type, void* __user config)