[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110312021022.GC3823@esdhcp04044.research.nokia.com>
Date: Sat, 12 Mar 2011 04:10:22 +0200
From: Phil Carmody <ext-phil.2.carmody@...ia.com>
To: ext Andrew Morton <akpm@...ux-foundation.org>
Cc: gregkh@...e.de, linux-kernel@...r.kernel.org, sboyd@...eaurora.org
Subject: Re: [PATCH 3/4] calibrate: retry with wider bounds when converge
seems to fail
On 11/03/11 15:27 -0800, ext Andrew Morton wrote:
> This is more informative, no?
>
> --- a/init/calibrate.c~calibrate-retry-with-wider-bounds-when-converge-seems-to-fail-fix
> +++ a/init/calibrate.c
> @@ -172,7 +172,7 @@ recalibrate:
> /*
> * If we incremented every single time possible, presume we've
> * massively underestimated initially, and retry with a higher
> - * start, and larger range. (Only seen on x86_64.)
> + * start, and larger range. (Only seen on x86_64, due to SMIs)
> */
> if (lpj + loopadd * 2 == lpj_base + loopadd_base * 2) {
> lpj_base = lpj;
> _
Works for me. Thanks.
Phil
--
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