aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/rsm_lock.c
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-04-18 21:33:21 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2012-04-18 21:33:21 -0400
commit149ef3b424a49e6b928c5e23fea83380ed95ea38 (patch)
tree38b9a7397875be56f31f9f04f86fcf1f9e4966ac /litmus/rsm_lock.c
parentf916cdb8e6a9ee2c917fddb7351e6bb39f6c953e (diff)
Zap line-endings
Diffstat (limited to 'litmus/rsm_lock.c')
-rw-r--r--litmus/rsm_lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/litmus/rsm_lock.c b/litmus/rsm_lock.c
index 0a851cd430a7..6a4bb500c4ae 100644
--- a/litmus/rsm_lock.c
+++ b/litmus/rsm_lock.c
@@ -206,7 +206,7 @@ int rsm_mutex_lock(struct litmus_lock* l)
206 206
207 if (mutex->owner) { 207 if (mutex->owner) {
208 TRACE_TASK(t, "Blocking on lock %d.\n", l->ident); 208 TRACE_TASK(t, "Blocking on lock %d.\n", l->ident);
209 209
210#if defined(CONFIG_LITMUS_AFFINITY_LOCKING) && defined(CONFIG_LITMUS_NVIDIA) 210#if defined(CONFIG_LITMUS_AFFINITY_LOCKING) && defined(CONFIG_LITMUS_NVIDIA)
211 // KLUDGE: don't count this suspension as time in the critical gpu 211 // KLUDGE: don't count this suspension as time in the critical gpu
212 // critical section 212 // critical section
@@ -214,7 +214,7 @@ int rsm_mutex_lock(struct litmus_lock* l)
214 tsk_rt(t)->suspend_gpu_tracker_on_block = 1; 214 tsk_rt(t)->suspend_gpu_tracker_on_block = 1;
215 } 215 }
216#endif 216#endif
217 217
218 /* resource is not free => must suspend and wait */ 218 /* resource is not free => must suspend and wait */
219 219
220 owner = mutex->owner; 220 owner = mutex->owner;