* [PATCH] trivial: remove bogus comment from account_user_time
@ 2007-05-28 7:24 Michael Neuling
0 siblings, 0 replies; only message in thread
From: Michael Neuling @ 2007-05-28 7:24 UTC (permalink / raw)
To: trivial; +Cc: linux-kernel
hardirq_offset is no longer needed.
Signed-off-by: Michael Neuling <mikey@neuling.org>
---
kernel/sched.c | 1 -
1 file changed, 1 deletion(-)
Index: linux-2.6-ozlabs/kernel/sched.c
===================================================================
--- linux-2.6-ozlabs.orig/kernel/sched.c
+++ linux-2.6-ozlabs/kernel/sched.c
@@ -3290,7 +3290,6 @@ static inline int expired_starving(struc
/*
* 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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-05-28 7:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-28 7:24 [PATCH] trivial: remove bogus comment from account_user_time Michael Neuling
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox