From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.innovsys.com (smtp.innovsys.com [66.115.232.196]) by ozlabs.org (Postfix) with ESMTP id 8F400DDE0D for ; Thu, 4 Oct 2007 07:45:05 +1000 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: [PATCH] PPC 85xx failure with odd memory sizes and CONFIG_HIGHMEM Date: Wed, 3 Oct 2007 16:45:02 -0500 Message-ID: In-Reply-To: <0B763FCF-9EFD-48E5-B2D9-53EAB0396522@kernel.crashing.org> References: <20071003190140.GA19169@xyzzy.farnsworth.org> <0B763FCF-9EFD-48E5-B2D9-53EAB0396522@kernel.crashing.org> From: "Rune Torgersen" To: "Kumar Gala" Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > From: Kumar Gala > The code would have to change to allow for 1G of lowmem. > Max lowmem with KERNELBASE @ 0xc000_0000 is 768M. Which is why I asked. On 82xx it is supported without a codechange by setting KERNELBASE to 0xa000_0000 in Kconfig menu (and also changing start of virtual mem, also done by config option).