Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755535AbaA1TnF (ORCPT ); Tue, 28 Jan 2014 14:43:05 -0500 Received: from mail-ie0-f180.google.com ([209.85.223.180]:53139 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754779AbaA1TnD (ORCPT ); Tue, 28 Jan 2014 14:43:03 -0500 MIME-Version: 1.0 In-Reply-To: <20140128171823.GN15937@n2100.arm.linux.org.uk> References: <1390590670-25901-1-git-send-email-yinghai@kernel.org> <1390590670-25901-4-git-send-email-yinghai@kernel.org> <20140128171823.GN15937@n2100.arm.linux.org.uk> Date: Tue, 28 Jan 2014 11:43:02 -0800 X-Google-Sender-Auth: 8KfyHWml0ODGqM9tjUGF8EQYKos Message-ID: Subject: Re: [PATCH 1/3] memblock, nobootmem: Add memblock_virt_alloc_low() From: Yinghai Lu To: Russell King - ARM Linux Cc: Kevin Hilman , Olof Johansson , Linus Torvalds , Andrew Morton , Ingo Molnar , "H. Peter Anvin" , Dave Hansen , Santosh Shilimkar , "linux-kernel@vger.kernel.org" , Konrad Rzeszutek Wilk Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 28, 2014 at 9:18 AM, Russell King - ARM Linux wrote: > On Tue, Jan 28, 2014 at 09:12:27AM -0800, Yinghai Lu wrote: >> On Tue, Jan 28, 2014 at 7:30 AM, Kevin Hilman wrote: >> > Like Olof, I noticed multiple boot failures on various ARM boards. >> > I've confirmed that reverting the arch/arm part of this patch makes >> > them all happily booting again. >> >> please try attached patch. > > Maybe I'm missing something, but there is no ARCH_LOW_ADDRESS_LIMIT > defined in the ARM header files, so I don't see how adding that > additional include changes anything. there is one for arm64 and s390. arch/arm64/include/asm/processor.h:#define ARCH_LOW_ADDRESS_LIMIT PHYS_MAS arch/s390/include/asm/processor.h:#define ARCH_LOW_ADDRESS_LIMIT 0x7fffff -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/