From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rik van Riel Date: Mon, 05 Nov 2012 23:07:22 +0000 Subject: Re: [PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture Message-Id: <509846AA.2090803@redhat.com> List-Id: References: <1352155633-8648-1-git-send-email-walken@google.com> <1352155633-8648-10-git-send-email-walken@google.com> In-Reply-To: <1352155633-8648-10-git-send-email-walken@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On 11/05/2012 05:47 PM, 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. > > Signed-off-by: Michel Lespinasse Reviewed-by: Rik van Riel