lkml.org 
[lkml]   [2006]   [Nov]   [18]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateSat, 18 Nov 2006 08:28:32 +0100
FromIngo Molnar <>
SubjectRe: [rfc patch] Re: sched: incorrect argument used in task_hot()
* Chen, Kenneth W <kenneth.w.chen@intel.com> wrote:

> -	if (sd->nr_balance_failed > sd->cache_nice_tries)
> +	if (sd->nr_balance_failed > sd->cache_nice_tries) {
> +		#ifdef CONFIG_SCHEDSTATS
> +		if (task_hot(p, rq->most_recent_timestamp, sd))
> +			schedstat_inc(sd, lb_hot_gained[idle]);
> +		#endif
>  		return 1;
> +	}

minor nit: preprocessor directives should be aligned to the first 
column.

	Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-11-18 07:31    [from the cache]
©2003-2008