-#if defined(CONFIG_SCHED_FAIRSHARE_CORE)
-struct fairshare_queue {
- int count; /* # of threads total */
- queue_head_t queue; /* all runnable threads demoted to fairshare scheduling */
-
- struct runq_stats runq_stats;
-};
-#endif /* CONFIG_SCHED_FAIRSHARE_CORE */
-