From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by ozlabs.org (Postfix) with ESMTP id 2F7AC2C0080 for ; Thu, 10 Jan 2013 03:56:40 +1100 (EST) Message-ID: <50EDA143.8050400@redhat.com> Date: Wed, 09 Jan 2013 11:56:35 -0500 From: Rik van Riel MIME-Version: 1.0 To: Michel Lespinasse Subject: Re: [PATCH 1/8] mm: use vm_unmapped_area() on parisc architecture References: <1357694895-520-1-git-send-email-walken@google.com> <1357694895-520-2-git-send-email-walken@google.com> In-Reply-To: <1357694895-520-2-git-send-email-walken@google.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Tony Luck , linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org, "James E.J. Bottomley" , linux-kernel@vger.kernel.org, David Howells , linux-mm@kvack.org, linux-alpha@vger.kernel.org, Matt Turner , linuxppc-dev@lists.ozlabs.org, Andrew Morton List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 01/08/2013 08:28 PM, Michel Lespinasse wrote: > Update the parisc arch_get_unmapped_area function to make use of > vm_unmapped_area() instead of implementing a brute force search. > > Signed-off-by: Michel Lespinasse Acked-by: Rik van Riel