Re: [PATCH 0/7] scheduler tinification

2017-05-30 Thread Peter Zijlstra
On Mon, May 29, 2017 at 05:02:55PM -0400, Nicolas Pitre wrote: > Many embedded systems don't need the full scheduler support. Most of the > time, user space is tightly controlled and many of the scheduler facilities > are simply unused. > > This patch series makes it possible to configure out some

[PATCH 0/7] scheduler tinification

2017-05-29 Thread Nicolas Pitre
Many embedded systems don't need the full scheduler support. Most of the time, user space is tightly controlled and many of the scheduler facilities are simply unused. This patch series makes it possible to configure out some parts of the scheduler such as the deadline and realtime scheduler class