Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6888c1ec authored by Michael Neuling's avatar Michael Neuling Committed by Adrian Bunk
Browse files

kernel/sched.c: remove bogus comment from account_user_time



hardirq_offset is no longer needed.

Signed-off-by: default avatarMichael Neuling <mikey@neuling.org>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 01dd2fbf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)