|
@@ -127,18 +127,6 @@ extern void proc_sched_show_task(struct task_struct *p, struct seq_file *m);
|
|
|
extern void proc_sched_set_task(struct task_struct *p);
|
|
|
extern void
|
|
|
print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq);
|
|
|
-#else
|
|
|
-static inline void
|
|
|
-proc_sched_show_task(struct task_struct *p, struct seq_file *m)
|
|
|
-{
|
|
|
-}
|
|
|
-static inline void proc_sched_set_task(struct task_struct *p)
|
|
|
-{
|
|
|
-}
|
|
|
-static inline void
|
|
|
-print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq)
|
|
|
-{
|
|
|
-}
|
|
|
#endif
|
|
|
|
|
|
/*
|