mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
sched: add SCHED_IDLE policy
this patch adds the SCHED_IDLE policy to sched.h. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
d15bcfdbe1
commit
0e6aca43e0
|
|
@ -34,6 +34,8 @@
|
|||
#define SCHED_FIFO 1
|
||||
#define SCHED_RR 2
|
||||
#define SCHED_BATCH 3
|
||||
/* SCHED_ISO: reserved but not implemented yet */
|
||||
#define SCHED_IDLE 5
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user