From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030824AbXDLWbq (ORCPT ); Thu, 12 Apr 2007 18:31:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030825AbXDLWbq (ORCPT ); Thu, 12 Apr 2007 18:31:46 -0400 Received: from holomorphy.com ([66.93.40.71]:42172 "EHLO holomorphy.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030835AbXDLWbp (ORCPT ); Thu, 12 Apr 2007 18:31:45 -0400 Date: Thu, 12 Apr 2007 15:32:01 -0700 From: William Lee Irwin III To: Benjamin Herrenschmidt Cc: Andrew Morton , Linux Memory Management , linux-kernel@vger.kernel.org Subject: Re: [PATCH 12/12] get_unmapped_area doesn't need hugetlbfs hacks anymore Message-ID: <20070412223201.GM2986@holomorphy.com> References: <1176344427.242579.337989891532.qpush@grosgo> <20070412022035.4BD9CDDF32@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070412022035.4BD9CDDF32@ozlabs.org> Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 12, 2007 at 12:20:33PM +1000, Benjamin Herrenschmidt wrote: > Remove the hugetlbfs specific hacks in toplevel get_unmapped_area() now > that all archs and hugetlbfs itself do the right thing for both cases. > Signed-off-by: Benjamin Herrenschmidt > mm/mmap.c | 16 ---------------- > 1 file changed, 16 deletions(-) Acked-by: William Irwin -- wli From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 12 Apr 2007 15:32:01 -0700 From: William Lee Irwin III Subject: Re: [PATCH 12/12] get_unmapped_area doesn't need hugetlbfs hacks anymore Message-ID: <20070412223201.GM2986@holomorphy.com> References: <1176344427.242579.337989891532.qpush@grosgo> <20070412022035.4BD9CDDF32@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070412022035.4BD9CDDF32@ozlabs.org> Sender: owner-linux-mm@kvack.org Return-Path: To: Benjamin Herrenschmidt Cc: Andrew Morton , Linux Memory Management , linux-kernel@vger.kernel.org List-ID: On Thu, Apr 12, 2007 at 12:20:33PM +1000, Benjamin Herrenschmidt wrote: > Remove the hugetlbfs specific hacks in toplevel get_unmapped_area() now > that all archs and hugetlbfs itself do the right thing for both cases. > Signed-off-by: Benjamin Herrenschmidt > mm/mmap.c | 16 ---------------- > 1 file changed, 16 deletions(-) Acked-by: William Irwin -- wli -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org