From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 06 Nov 2012 00:32:22 +0100 (CET) Received: from mx1.redhat.com ([209.132.183.28]:14928 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6825986Ab2KEXcVhdgzE (ORCPT ); Tue, 6 Nov 2012 00:32:21 +0100 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qA5NW0pA020966 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 5 Nov 2012 18:32:00 -0500 Received: from [10.3.112.32] (ovpn-112-32.phx2.redhat.com [10.3.112.32]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qA5NVm8b019646; Mon, 5 Nov 2012 18:31:50 -0500 Message-ID: <50984D0A.3000608@redhat.com> Date: Mon, 05 Nov 2012 18:34:34 -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: Michel Lespinasse CC: Andrew Morton , 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 10/16] mm: use vm_unmapped_area() on mips architecture References: <1352155633-8648-1-git-send-email-walken@google.com> <1352155633-8648-11-git-send-email-walken@google.com> In-Reply-To: <1352155633-8648-11-git-send-email-walken@google.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-archive-position: 34890 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: riel@redhat.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: On 11/05/2012 05:47 PM, Michel Lespinasse wrote: > Update the mips arch_get_unmapped_area[_topdown] functions to make > use of vm_unmapped_area() instead of implementing a brute force search. > > Signed-off-by: Michel Lespinasse Reviewed-by: Rik van Riel