From: Michael Neuling Date: Fri, 19 Oct 2007 23:41:05 +0000 (+0200) Subject: kernel/sched.c: remove bogus comment from account_user_time X-Git-Tag: v2.6.24-rc1~124^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6888c1ecd63a3e5e206048602b3f59b58f4ffd8f;p=platform%2Fkernel%2Flinux-3.10.git kernel/sched.c: remove bogus comment from account_user_time hardirq_offset is no longer needed. Signed-off-by: Michael Neuling Signed-off-by: Adrian Bunk --- diff --git a/kernel/sched.c b/kernel/sched.c index a54bd9d..7581e33 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -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)