aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-03-04 05:42:31 -0500
committerIngo Molnar <mingo@elte.hu>2009-03-04 05:42:31 -0500
commit8163d88c79dca35478a2405c837733ac50ea4c39 (patch)
tree6acae066a09b7dcbedab4a35ad62eba4ba3fd83c /include/linux/sched.h
parenta1ef58f442542d8b3e3b963339fbc522c36e827c (diff)
parentfec6c6fec3e20637bee5d276fb61dd8b49a3f9cc (diff)
Merge commit 'v2.6.29-rc7' into perfcounters/core
Conflicts: arch/x86/mm/iomap_32.c
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 726d27044778..3aee42384f0e 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2308,9 +2308,13 @@ extern long sched_group_rt_runtime(struct task_group *tg);
2308extern int sched_group_set_rt_period(struct task_group *tg, 2308extern int sched_group_set_rt_period(struct task_group *tg,
2309 long rt_period_us); 2309 long rt_period_us);
2310extern long sched_group_rt_period(struct task_group *tg); 2310extern long sched_group_rt_period(struct task_group *tg);
2311extern int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk);
2311#endif 2312#endif
2312#endif 2313#endif
2313 2314
2315extern int task_can_switch_user(struct user_struct *up,
2316 struct task_struct *tsk);
2317
2314#ifdef CONFIG_TASK_XACCT 2318#ifdef CONFIG_TASK_XACCT
2315static inline void add_rchar(struct task_struct *tsk, ssize_t amt) 2319static inline void add_rchar(struct task_struct *tsk, ssize_t amt)
2316{ 2320{