From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992456AbXCWPcJ (ORCPT ); Fri, 23 Mar 2007 11:32:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1945918AbXCWPcJ (ORCPT ); Fri, 23 Mar 2007 11:32:09 -0400 Received: from holomorphy.com ([66.93.40.71]:42933 "EHLO holomorphy.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1945920AbXCWPcI (ORCPT ); Fri, 23 Mar 2007 11:32:08 -0400 Date: Fri, 23 Mar 2007 08:30:06 -0700 From: William Lee Irwin III To: Mel Gorman Cc: Ken Chen , Adam Litke , Andrew Morton , Arjan van de Ven , Christoph Hellwig , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [patch] rfc: introduce /dev/hugetlb Message-ID: <20070323153006.GW2986@holomorphy.com> References: <20070323150924.GV2986@holomorphy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Fri, 23 Mar 2007, William Lee Irwin III wrote: >> Lack of compiletesting beyond x86-64 in all probability. On Fri, Mar 23, 2007 at 03:15:55PM +0000, Mel Gorman wrote: > Ok, this will go kablamo on Power then even if it compiles. I don't > consider it a fundamental problem though. For the purposes of an RFC, it's > grand and something that can be worked with. He needs to un-#ifdef the prototype (which he already does), but he needs to leave the definition under #ifdef while removing the static qualifier. A relatively minor fixup. -- wli