projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01dd2fb
)
kernel/sched.c: remove bogus comment from account_user_time
author
Michael Neuling
<mikey@neuling.org>
Fri, 19 Oct 2007 23:41:05 +0000
(
01:41
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Fri, 19 Oct 2007 23:41:05 +0000
(
01:41
+0200)
hardirq_offset is no longer needed.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
kernel/sched.c
patch
|
blob
|
history
diff --git
a/kernel/sched.c
b/kernel/sched.c
index a54bd9dfbedb95e0c191d954708a8fe64e678bf7..7581e331b139cfb13a1be3c435735c9535a6b802 100644
(file)
--- 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)