Skip to content

Commit

Permalink
kernel/sched.c: remove bogus comment from account_user_time
Browse files Browse the repository at this point in the history
hardirq_offset is no longer needed.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Michael Neuling authored and Adrian Bunk committed Oct 19, 2007
1 parent 01dd2fb commit 6888c1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -3310,7 +3310,6 @@ unsigned long long task_sched_runtime(struct task_struct *p)
/*
* Account user cpu time to a process.
* @p: the process that the cpu time gets accounted to
* @hardirq_offset: the offset to subtract from hardirq_count()
* @cputime: the cpu time spent in user space since the last update
*/
void account_user_time(struct task_struct *p, cputime_t cputime)
Expand Down

0 comments on commit 6888c1e

Please sign in to comment.