]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/sched_features.h
sched: Remove ASYM_GRAN feature
[mv-sheeva.git] / kernel / sched_features.h
index f54b6f9cc3ddb814eb21c19326caf463bce0f0e5..83c66e8ad3ee314704456e14dfc23607d00c5f0d 100644 (file)
@@ -16,12 +16,6 @@ SCHED_FEAT(START_DEBIT, 1)
  */
 SCHED_FEAT(WAKEUP_PREEMPT, 1)
 
-/*
- * When converting the wakeup granularity to virtual time, do it such
- * that heavier tasks preempting a lighter task have an edge.
- */
-SCHED_FEAT(ASYM_GRAN, 1)
-
 /*
  * Based on load and program behaviour, see if it makes sense to place
  * a newly woken task on the same cpu as the task that woke it --