diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-03-04 05:42:31 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-04 05:42:31 -0500 |
commit | 8163d88c79dca35478a2405c837733ac50ea4c39 (patch) | |
tree | 6acae066a09b7dcbedab4a35ad62eba4ba3fd83c /include/linux/sched.h | |
parent | a1ef58f442542d8b3e3b963339fbc522c36e827c (diff) | |
parent | fec6c6fec3e20637bee5d276fb61dd8b49a3f9cc (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.h | 4 |
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); | |||
2308 | extern int sched_group_set_rt_period(struct task_group *tg, | 2308 | extern int sched_group_set_rt_period(struct task_group *tg, |
2309 | long rt_period_us); | 2309 | long rt_period_us); |
2310 | extern long sched_group_rt_period(struct task_group *tg); | 2310 | extern long sched_group_rt_period(struct task_group *tg); |
2311 | extern int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk); | ||
2311 | #endif | 2312 | #endif |
2312 | #endif | 2313 | #endif |
2313 | 2314 | ||
2315 | extern 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 |
2315 | static inline void add_rchar(struct task_struct *tsk, ssize_t amt) | 2319 | static inline void add_rchar(struct task_struct *tsk, ssize_t amt) |
2316 | { | 2320 | { |