On Tue, Jan 28, 2014 at 9:18 AM, Russell King - ARM Linux <[email protected]> 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 <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

