From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261513AbULTOta (ORCPT ); Mon, 20 Dec 2004 09:49:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261515AbULTOta (ORCPT ); Mon, 20 Dec 2004 09:49:30 -0500 Received: from e6.ny.us.ibm.com ([32.97.182.146]:44507 "EHLO e6.ny.us.ibm.com") by vger.kernel.org with ESMTP id S261513AbULTOt1 (ORCPT ); Mon, 20 Dec 2004 09:49:27 -0500 Subject: Re: [patch] [RFC] make WANT_PAGE_VIRTUAL a config option From: Dave Hansen To: Roman Zippel Cc: Linux Kernel Mailing List , geert@linux-m68k.org, ralf@linux-mips.org, linux-mm In-Reply-To: References: <1103244171.13614.2525.camel@localhost> <1103246050.13614.2571.camel@localhost> <1103257482.13614.2817.camel@localhost> <1103299179.13614.3551.camel@localhost> <1103320106.7864.6.camel@localhost> Content-Type: text/plain Message-Id: <1103554150.11069.104.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 20 Dec 2004 06:49:10 -0800 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2004-12-17 at 16:52, Roman Zippel wrote: > In your case don't put the inline functions into asm/mmzone.h and we > should merge the various definition into fewer header files. OK, I'm sold. But, what do you think we should do about the current #defines in asm/mmzone.h, like pfn_to_page()? Would it be feasible to put them in another header that can use proper functions? -- Dave