Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753566Ab2KFWqA (ORCPT ); Tue, 6 Nov 2012 17:46:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27737 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751981Ab2KFWp6 (ORCPT ); Tue, 6 Nov 2012 17:45:58 -0500 Message-ID: <509993A5.2000605@redhat.com> Date: Tue, 06 Nov 2012 17:48:05 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121009 Thunderbird/16.0 MIME-Version: 1.0 To: Andrew Morton CC: Michel Lespinasse , Hugh Dickins , linux-kernel@vger.kernel.org, Russell King , Ralf Baechle , Paul Mundt , "David S. Miller" , Chris Metcalf , x86@kernel.org, William Irwin , linux-mm@kvack.org, linux-arm-kernel@lists.infradead.org, linux-mips@linux-mips.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org Subject: Re: [PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture References: <1352155633-8648-1-git-send-email-walken@google.com> <1352155633-8648-10-git-send-email-walken@google.com> <20121106143826.dc3b960c.akpm@linux-foundation.org> In-Reply-To: <20121106143826.dc3b960c.akpm@linux-foundation.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 824 Lines: 21 On 11/06/2012 05:38 PM, Andrew Morton wrote: > On Mon, 5 Nov 2012 14:47:06 -0800 > Michel Lespinasse wrote: > >> Update the i386 hugetlb_get_unmapped_area function to make use of >> vm_unmapped_area() instead of implementing a brute force search. > > The x86_64 coloring "fix" wasn't copied into i386? Only certain 64 bit AMD CPUs have that issue at all. On x86, page coloring is really not much of an issue. All the x86-64 patch does is make the x86-64 page coloring code behave the same way page coloring does on MIPS, SPARC, ARM, PA-RISC and others... -- 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/