aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index be5d31752dbd..383502dfda17 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2034,7 +2034,7 @@ static inline void arch_pick_mmap_layout(struct mm_struct *mm)
2034} 2034}
2035#endif 2035#endif
2036 2036
2037extern long sched_setaffinity(pid_t pid, cpumask_t new_mask); 2037extern long sched_setaffinity(pid_t pid, const cpumask_t *new_mask);
2038extern long sched_getaffinity(pid_t pid, cpumask_t *mask); 2038extern long sched_getaffinity(pid_t pid, cpumask_t *mask);
2039 2039
2040extern int sched_mc_power_savings, sched_smt_power_savings; 2040extern int sched_mc_power_savings, sched_smt_power_savings;