View | Details | Raw Unified | Return to bug 171811
Collapse All | Expand All

(-)b/head/sys/kern/kern_racct.c (+2 lines)
Lines 607-613 Link Here
607
	/*
607
	/*
608
	 * We don't need to calculate rux, proc_reap() has already done this.
608
	 * We don't need to calculate rux, proc_reap() has already done this.
609
	 */
609
	 */
610
	PROC_SLOCK(p);
610
	runtime = cputick2usec(p->p_rux.rux_runtime);
611
	runtime = cputick2usec(p->p_rux.rux_runtime);
612
	PROC_SUNLOCK(p);
611
#ifdef notyet
613
#ifdef notyet
612
	KASSERT(runtime >= p->p_prev_runtime, ("runtime < p_prev_runtime"));
614
	KASSERT(runtime >= p->p_prev_runtime, ("runtime < p_prev_runtime"));
613
#else
615
#else

Return to bug 171811