diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sched.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 30a29ad46eb1..8cb0a5769a16 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -4002,9 +4002,6 @@ void thread_group_times(struct task_struct *p, cputime_t *ut, cputime_t *st) | |||
4002 | /* | 4002 | /* |
4003 | * This function gets called by the timer code, with HZ frequency. | 4003 | * This function gets called by the timer code, with HZ frequency. |
4004 | * We call it with interrupts disabled. | 4004 | * We call it with interrupts disabled. |
4005 | * | ||
4006 | * It also gets called by the fork code, when changing the parent's | ||
4007 | * timeslices. | ||
4008 | */ | 4005 | */ |
4009 | void scheduler_tick(void) | 4006 | void scheduler_tick(void) |
4010 | { | 4007 | { |