From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <42BB3C26.6000603@linux-m68k.org> Date: Fri, 24 Jun 2005 00:48:06 +0200 From: Roman Zippel MIME-Version: 1.0 Subject: Re: sparsemem patches in -mm References: <20050621021352.46fc3b81.akpm@osdl.org> In-Reply-To: <20050621021352.46fc3b81.akpm@osdl.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Andrew Morton Cc: linux-arch@vger.kernel.org, Andy Whitcroft , Dave Hansen , Matt Tolentino , Bob Picco List-ID: Hi, Andrew Morton wrote: > Could I ask the arch maintainers to review the `sparsemem' patches from -mm, > please, if you haven't done so... They would need a bit more work to be usable on m68k. I have a basic patch to use DISCONTIGMEM for m68k. There I have the problem that I have to deal with almost random memory configurations. So converting a virtual/physical address or pfn into a section number can't use a compile time constant, instead an offset/shift is calculated at boot time and patched into the kernel. bye, Roman