[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <518994B9.8020809@sr71.net>
Date: Tue, 07 May 2013 16:56:41 -0700
From: Dave Hansen <dave@...1.net>
To: Dave Hansen <dave@...1.net>
CC: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org, mgorman@...e.de,
tim.c.chen@...ux.intel.com
Subject: Re: [RFC][PATCH 7/7] drain batch list during long operations
On 05/07/2013 02:20 PM, Dave Hansen wrote:
> +++ linux.git-davehans/kernel/sched/fair.c 2013-05-07 13:48:15.275114295 -0700
> @@ -5211,6 +5211,8 @@ more_balance:
> if (sd->balance_interval < sd->max_interval)
> sd->balance_interval *= 2;
> }
> + //if (printk_ratelimit())
> + // printk("sd->balance_interval: %d\n", sd->balance_interval);
>
> goto out;
Urg, this is obviously a garbage hunk that snuck in here.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists