sched: add new API sched_setscheduler_nocheck: add a flag to control access checks
[deliverable/linux.git] / include / linux / sched.h
index c5d3f847ca8d05bd52ca575608c2d428a23d1b28..fe3b9b5d73905e5b6682faf1f590f4d90a402d9e 100644 (file)
@@ -1655,6 +1655,8 @@ extern int can_nice(const struct task_struct *p, const int nice);
 extern int task_curr(const struct task_struct *p);
 extern int idle_cpu(int cpu);
 extern int sched_setscheduler(struct task_struct *, int, struct sched_param *);
+extern int sched_setscheduler_nocheck(struct task_struct *, int,
+                                     struct sched_param *);
 extern struct task_struct *idle_task(int cpu);
 extern struct task_struct *curr_task(int cpu);
 extern void set_curr_task(int cpu, struct task_struct *p);
This page took 0.027284 seconds and 5 git commands to generate.