From 786d383a58108ad3437a38d0e2583859cb94a4ee Mon Sep 17 00:00:00 2001 From: Glenn Elliott Date: Sun, 15 Apr 2012 15:05:02 -0400 Subject: remove fifo/rm header files left over --- include/litmus/fifo_common.h | 25 ------------------------- include/litmus/rm_common.h | 25 ------------------------- include/litmus/rm_srt_common.h | 25 ------------------------- 3 files changed, 75 deletions(-) delete mode 100644 include/litmus/fifo_common.h delete mode 100644 include/litmus/rm_common.h delete mode 100644 include/litmus/rm_srt_common.h diff --git a/include/litmus/fifo_common.h b/include/litmus/fifo_common.h deleted file mode 100644 index 12cfbfea41ee..000000000000 --- a/include/litmus/fifo_common.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * EDF common data structures and utility functions shared by all EDF - * based scheduler plugins - */ - -/* CLEANUP: Add comments and make it less messy. - * - */ - -#ifndef __UNC_FIFO_COMMON_H__ -#define __UNC_FIFO_COMMON_H__ - -#include - -void fifo_domain_init(rt_domain_t* rt, check_resched_needed_t resched, - release_jobs_t release); - -int fifo_higher_prio(struct task_struct* first, - struct task_struct* second); - -int fifo_ready_order(struct bheap_node* a, struct bheap_node* b); - -int fifo_preemption_needed(rt_domain_t* rt, struct task_struct *t); - -#endif diff --git a/include/litmus/rm_common.h b/include/litmus/rm_common.h deleted file mode 100644 index 5991b0b4e758..000000000000 --- a/include/litmus/rm_common.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * EDF common data structures and utility functions shared by all EDF - * based scheduler plugins - */ - -/* CLEANUP: Add comments and make it less messy. - * - */ - -#ifndef __UNC_RM_COMMON_H__ -#define __UNC_RM_COMMON_H__ - -#include - -void rm_domain_init(rt_domain_t* rt, check_resched_needed_t resched, - release_jobs_t release); - -int rm_higher_prio(struct task_struct* first, - struct task_struct* second); - -int rm_ready_order(struct bheap_node* a, struct bheap_node* b); - -int rm_preemption_needed(rt_domain_t* rt, struct task_struct *t); - -#endif diff --git a/include/litmus/rm_srt_common.h b/include/litmus/rm_srt_common.h deleted file mode 100644 index 78aa287327a2..000000000000 --- a/include/litmus/rm_srt_common.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * EDF common data structures and utility functions shared by all EDF - * based scheduler plugins - */ - -/* CLEANUP: Add comments and make it less messy. - * - */ - -#ifndef __UNC_RM_SRT_COMMON_H__ -#define __UNC_RM_SRT_COMMON_H__ - -#include - -void rm_srt_domain_init(rt_domain_t* rt, check_resched_needed_t resched, - release_jobs_t release); - -int rm_srt_higher_prio(struct task_struct* first, - struct task_struct* second); - -int rm_srt_ready_order(struct bheap_node* a, struct bheap_node* b); - -int rm_srt_preemption_needed(rt_domain_t* rt, struct task_struct *t); - -#endif -- cgit v1.2.2