X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=kernel%2Fsched_features.h;h=0d94083582c71c84c48cdbec175191bc39ee43a6;hb=9532faeb293f5a5f0ff06f567de14e557698dbde;hp=d5059fd761d9bf49aca78e830a4fe9330bd464c9;hpb=3b6408942206f940dd538e980e9904e48f4b64f8;p=safe%2Fjmp%2Flinux-2.6 diff --git a/kernel/sched_features.h b/kernel/sched_features.h index d5059fd..0d94083 100644 --- a/kernel/sched_features.h +++ b/kernel/sched_features.h @@ -54,6 +54,11 @@ SCHED_FEAT(WAKEUP_SYNC, 0) SCHED_FEAT(WAKEUP_OVERLAP, 0) /* + * Wakeup preemption towards tasks that run short + */ +SCHED_FEAT(WAKEUP_RUNNING, 0) + +/* * Use the SYNC wakeup hint, pipes and the likes use this to indicate * the remote end is likely to consume the data we just wrote, and * therefore has cache benefit from being placed on the same cpu, see