From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rik van Riel Date: Mon, 05 Nov 2012 23:36:44 +0000 Subject: Re: [PATCH 14/16] mm: use vm_unmapped_area() in hugetlbfs on sparc64 architecture Message-Id: <50984D8C.6080504@redhat.com> List-Id: References: <1352155633-8648-1-git-send-email-walken@google.com> <1352155633-8648-15-git-send-email-walken@google.com> In-Reply-To: <1352155633-8648-15-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 sparc64 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