aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2007-10-20 01:41:05 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 01:41:05 +0200
commit6888c1ecd63a3e5e206048602b3f59b58f4ffd8f (patch)
tree2c96e7b8540fce3cf0f16662f7bd4329630cb298 /kernel
parenttypo fixes (diff)
downloadlinux-dev-6888c1ecd63a3e5e206048602b3f59b58f4ffd8f.tar.xz
linux-dev-6888c1ecd63a3e5e206048602b3f59b58f4ffd8f.zip
kernel/sched.c: remove bogus comment from account_user_time
hardirq_offset is no longer needed. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index a54bd9dfbedb..7581e331b139 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)