diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-02-07 13:07:48 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2013-02-07 13:07:48 -0500 |
commit | 955683d320ad8d3ce232693e8870b134006c7771 (patch) | |
tree | 82dbf7baef945595a3eee28985ec5f94e07f9125 /litmus/fdso.c | |
parent | 9aacc135e0abe206b7d778af937babaaa7f3c199 (diff) |
Rename RSM Mutex to FIFO Mutex
Diffstat (limited to 'litmus/fdso.c')
-rw-r--r-- | litmus/fdso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/fdso.c b/litmus/fdso.c index 3749d6beb107..1fcc47a6a62b 100644 --- a/litmus/fdso.c +++ b/litmus/fdso.c | |||
@@ -33,7 +33,7 @@ static const struct fdso_ops* fdso_ops[] = { | |||
33 | &generic_lock_ops, /* DPCP_SEM */ | 33 | &generic_lock_ops, /* DPCP_SEM */ |
34 | &generic_lock_ops, /* PCP_SEM */ | 34 | &generic_lock_ops, /* PCP_SEM */ |
35 | 35 | ||
36 | &generic_lock_ops, /* RSM_MUTEX */ | 36 | &generic_lock_ops, /* FIFO_MUTEX */ |
37 | &generic_lock_ops, /* IKGLP_SEM */ | 37 | &generic_lock_ops, /* IKGLP_SEM */ |
38 | &generic_lock_ops, /* KFMLP_SEM */ | 38 | &generic_lock_ops, /* KFMLP_SEM */ |
39 | #ifdef CONFIG_LITMUS_AFFINITY_LOCKING | 39 | #ifdef CONFIG_LITMUS_AFFINITY_LOCKING |