hardirq_offset is no longer needed.
Signed-off-by: Michael Neuling <[email protected]>
---
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)