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) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

