aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_gsn_edf.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/sched_gsn_edf.c')
-rw-r--r--litmus/sched_gsn_edf.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/litmus/sched_gsn_edf.c b/litmus/sched_gsn_edf.c
index e9c5e531b1ae..4ad95dba4a04 100644
--- a/litmus/sched_gsn_edf.c
+++ b/litmus/sched_gsn_edf.c
@@ -594,7 +594,7 @@ static void gsnedf_task_exit(struct task_struct * t)
594 TRACE_TASK(t, "RIP\n"); 594 TRACE_TASK(t, "RIP\n");
595} 595}
596 596
597#ifdef CONFIG_FMLP 597#if 0
598 598
599/* Update the queue position of a task that got it's priority boosted via 599/* Update the queue position of a task that got it's priority boosted via
600 * priority inheritance. */ 600 * priority inheritance. */
@@ -795,12 +795,6 @@ static struct sched_plugin gsn_edf_plugin __cacheline_aligned_in_smp = {
795 .schedule = gsnedf_schedule, 795 .schedule = gsnedf_schedule,
796 .task_wake_up = gsnedf_task_wake_up, 796 .task_wake_up = gsnedf_task_wake_up,
797 .task_block = gsnedf_task_block, 797 .task_block = gsnedf_task_block,
798#ifdef CONFIG_FMLP
799 .fmlp_active = 1,
800 .pi_block = gsnedf_pi_block,
801 .inherit_priority = gsnedf_inherit_priority,
802 .return_priority = gsnedf_return_priority,
803#endif
804 .admit_task = gsnedf_admit_task, 798 .admit_task = gsnedf_admit_task,
805 .activate_plugin = gsnedf_activate_plugin, 799 .activate_plugin = gsnedf_activate_plugin,
806}; 800};