aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/fdso.c
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2013-02-08 13:06:54 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2013-02-08 13:06:54 -0500
commit09939a5991fedc0d9f95e0ec9f26aa75e9c2da23 (patch)
tree1ec099484be3d9f2235cbcc459ababdfbd139d28 /litmus/fdso.c
parent955683d320ad8d3ce232693e8870b134006c7771 (diff)
Add PRIOQ_MUTEX semaphore
Diffstat (limited to 'litmus/fdso.c')
-rw-r--r--litmus/fdso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/fdso.c b/litmus/fdso.c
index 1fcc47a6a62b..e23e7d5a5daa 100644
--- a/litmus/fdso.c
+++ b/litmus/fdso.c
@@ -42,6 +42,7 @@ static const struct fdso_ops* fdso_ops[] = {
42 &generic_affinity_ops, /* KFMLP_SIMPLE_GPU_AFF_OBS */ 42 &generic_affinity_ops, /* KFMLP_SIMPLE_GPU_AFF_OBS */
43 &generic_affinity_ops, /* KFMLP_GPU_AFF_OBS */ 43 &generic_affinity_ops, /* KFMLP_GPU_AFF_OBS */
44#endif 44#endif
45 &generic_lock_ops, /* PRIOQ_MUTEX */
45}; 46};
46 47
47static int fdso_create(void** obj_ref, obj_type_t type, void* __user config) 48static int fdso_create(void** obj_ref, obj_type_t type, void* __user config)