From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from farnsworth.org (xyzzy.farnsworth.org [65.39.95.219]) by ozlabs.org (Postfix) with SMTP id 3D1ADDDDF4 for ; Thu, 4 Oct 2007 05:51:29 +1000 (EST) From: "Dale Farnsworth" Date: Wed, 3 Oct 2007 12:51:25 -0700 To: Rune Torgersen Subject: Re: [PATCH] PPC 85xx failure with odd memory sizes and CONFIG_HIGHMEM Message-ID: <20071003195125.GA23881@xyzzy.farnsworth.org> References: <20071003190140.GA19169@xyzzy.farnsworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Oct 03, 2007 at 02:34:42PM -0500, Rune Torgersen wrote: > > From: Dale Farnsworth > > > > The CONFIG_FSL_BOOKE mmu setup code fails when CONFIG_HIGHMEM=y > > and the 3 fixed TLB entries cannot exactly map the lowmem size. > > Each TLB entry can map 4MB, 16MB, 64MB or 256MB, so the failure > > is observed when the kernel lowmem size is not equal to the > > sum of up to 3 of those values. > > Does this mean you cannot run 1G of lowmem on a 85xx? I think you can, and maybe I should have added 1GB to my list of sizes above. But, my 85xx system only has 256MB, so I can't test it. -Dale