From 09939a5991fedc0d9f95e0ec9f26aa75e9c2da23 Mon Sep 17 00:00:00 2001 From: Glenn Elliott Date: Fri, 8 Feb 2013 13:06:54 -0500 Subject: Add PRIOQ_MUTEX semaphore --- litmus/fdso.c | 1 + 1 file changed, 1 insertion(+) (limited to 'litmus/fdso.c') 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[] = { &generic_affinity_ops, /* KFMLP_SIMPLE_GPU_AFF_OBS */ &generic_affinity_ops, /* KFMLP_GPU_AFF_OBS */ #endif + &generic_lock_ops, /* PRIOQ_MUTEX */ }; static int fdso_create(void** obj_ref, obj_type_t type, void* __user config) -- cgit v1.2.2