aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_gsn_edf.c
diff options
context:
space:
mode:
authorleochanj05 <leochanj@live.unc.edu>2020-09-20 07:07:03 -0400
committerleochanj05 <leochanj@live.unc.edu>2020-09-23 17:57:08 -0400
commitced6e8eb0bb83d244c5e31413fd6e83c90edc2cc (patch)
tree5a454ad7de7dc23c4410bb4be0dc06453fef9020 /litmus/sched_gsn_edf.c
parent488afce2268629a88d060fd0f98ae511ccb75f66 (diff)
initial fixes
Diffstat (limited to 'litmus/sched_gsn_edf.c')
-rw-r--r--litmus/sched_gsn_edf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_gsn_edf.c b/litmus/sched_gsn_edf.c
index 38a3aa3a9e47..adfad0398857 100644
--- a/litmus/sched_gsn_edf.c
+++ b/litmus/sched_gsn_edf.c
@@ -14,6 +14,7 @@
14#include <linux/slab.h> 14#include <linux/slab.h>
15#include <linux/sched/topology.h> 15#include <linux/sched/topology.h>
16#include <linux/wait.h> 16#include <linux/wait.h>
17#include <linux/sched/signal.h>
17 18
18#include <litmus/debug_trace.h> 19#include <litmus/debug_trace.h>
19#include <litmus/litmus.h> 20#include <litmus/litmus.h>
@@ -418,7 +419,6 @@ static struct task_struct* gsnedf_schedule(struct task_struct * prev)
418 return NULL; 419 return NULL;
419 } 420 }
420#endif 421#endif
421
422 raw_spin_lock(&gsnedf_lock); 422 raw_spin_lock(&gsnedf_lock);
423 423
424 /* sanity checking */ 424 /* sanity checking */