projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d15bcfd
)
sched: add SCHED_IDLE policy
author
Ingo Molnar
<mingo@elte.hu>
Mon, 9 Jul 2007 16:51:57 +0000
(18:51 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 9 Jul 2007 16:51:57 +0000
(18:51 +0200)
this patch adds the SCHED_IDLE policy to sched.h.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index 2acfb23f3681f51ffd28ec182d947249df87d8e5..7e74262f98e1ff577931a2bd4eab9d99299c1ea1 100644
(file)
--- a/
include/linux/sched.h
+++ b/
include/linux/sched.h
@@
-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__