From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugh Dickins Date: Fri, 04 Mar 2005 17:09:09 +0000 Subject: Re: Page fault scalability patch V18: Drop first acquisition of ptl Message-Id: List-Id: References: <20050302174507.7991af94.akpm@osdl.org> <20050302185508.4cd2f618.akpm@osdl.org> <20050302201425.2b994195.akpm@osdl.org> <20050302205612.451d220b.akpm@osdl.org> <20050302222008.4910eb7b.akpm@osdl.org> <20050303132011.7c80033d.akpm@osdl.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Lameter Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org Another! Sorry, you're way ahead of me... On Fri, 4 Mar 2005, Christoph Lameter wrote: > On Thu, 3 Mar 2005, Andrew Morton wrote: > > > A fix would be to restore the get_page() if CONFIG_DEBUG_PAGEALLOC. Not > > particularly glorious.. > > Here is the unglorious solution. It also requies that > CONFIG_ATOMIC_TABLE_OPS not be used together with CONFIG_DEBUG_PAGEALLOC > (handled in the following patch): Nacked for the same reason as just given to earlier version. Ugly too. Hugh