aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_cedf.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/sched_cedf.c')
-rw-r--r--litmus/sched_cedf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/litmus/sched_cedf.c b/litmus/sched_cedf.c
index df931de13e16..e2737bafa9b8 100644
--- a/litmus/sched_cedf.c
+++ b/litmus/sched_cedf.c
@@ -1701,10 +1701,6 @@ static void cleanup_cedf(void)
1701{ 1701{
1702 int i; 1702 int i;
1703 1703
1704#ifdef CONFIG_LITMUS_NVIDIA
1705 shutdown_nvidia_info();
1706#endif
1707
1708 if (clusters_allocated) { 1704 if (clusters_allocated) {
1709 for (i = 0; i < num_clusters; i++) { 1705 for (i = 0; i < num_clusters; i++) {
1710 kfree(cedf[i].cpus); 1706 kfree(cedf[i].cpus);