From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Tue, 26 Oct 2010 11:56:38 +0100 Subject: [PATCH] ARM: memblock: set allocation limit for MEMBLOCK_ALLOC_ANYWHERE In-Reply-To: <1288047336.6035.12.camel@jazztop> References: <20101025104800.6961.70715.stgit@e102109-lin.cambridge.arm.com> <20101025151513.GB21105@n2100.arm.linux.org.uk> <1288047336.6035.12.camel@jazztop> Message-ID: <20101026105638.GA2092@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Oct 25, 2010 at 11:55:36PM +0100, Will Deacon wrote: > Right. I could also move this call out of sanity_check_meminfo > and into arm_memblock_init now that we don't need lowmem_end_addr > to be initialised. If you're happy with me making that change then > I'll post a revised version to the patch system. It looks like we're doing a few things out of order. Yes, it makes sense to move that initialization to arm_memblock_init(), but as we're not running sanity_check_meminfo(), it could mean there's problems with out of order membanks and similar. I'll look at that when I'm back.