From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rik van Riel Date: Wed, 09 Jan 2013 16:56:35 +0000 Subject: Re: [PATCH 1/8] mm: use vm_unmapped_area() on parisc architecture Message-Id: <50EDA143.8050400@redhat.com> List-Id: 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> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michel Lespinasse Cc: Benjamin Herrenschmidt , "James E.J. Bottomley" , Matt Turner , David Howells , Tony Luck , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrew Morton , linuxppc-dev@lists.ozlabs.org, linux-parisc@vger.kernel.org, linux-alpha@vger.kernel.org, linux-ia64@vger.kernel.org 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