diff options
author | Jeremy Erickson <jerickso@cs.unc.edu> | 2011-01-21 16:08:23 -0500 |
---|---|---|
committer | Jeremy Erickson <jerickso@cs.unc.edu> | 2011-01-21 16:08:23 -0500 |
commit | fc217d79cfee822e7e6d6f624fcb4d4192a9aded (patch) | |
tree | 48aab044c4666ff60436d333c2dedacda4a8a1f5 /litmus | |
parent | e9c3286819af96857ee823bff79a60fec2025005 (diff) |
Fix variable name to make it compile
Diffstat (limited to 'litmus')
-rw-r--r-- | litmus/sched_mc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_mc.c b/litmus/sched_mc.c index ead9402350de..0f5da078c597 100644 --- a/litmus/sched_mc.c +++ b/litmus/sched_mc.c | |||
@@ -741,7 +741,7 @@ static void mc_tick(struct task_struct* t) | |||
741 | if (is_ghost(t)) { | 741 | if (is_ghost(t)) { |
742 | raw_spin_lock_irqsave(&global_lock, flags); | 742 | raw_spin_lock_irqsave(&global_lock, flags); |
743 | update_ghost_time(t); | 743 | update_ghost_time(t); |
744 | raw_spin_lock_irqrestore(&global_lock, flags); | 744 | raw_spin_unlock_irqrestore(&global_lock, flags); |
745 | } | 745 | } |
746 | if (is_realtime(t) && budget_enforced(t) && budget_exhausted(t)) { | 746 | if (is_realtime(t) && budget_enforced(t) && budget_exhausted(t)) { |
747 | if (!is_np(t)) { | 747 | if (!is_np(t)) { |