From: Jeremy Kerr Date: Sun, 14 Feb 2010 14:13:47 +0000 (-0700) Subject: of/flattree: Don't assume HAVE_LMB X-Git-Tag: v2.6.34-rc1~289^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef7b373df330bc0ff037dc4792d373c9346375f;p=pandora-kernel.git of/flattree: Don't assume HAVE_LMB We don't always have lmb available, so make arches provide an early_init_dt_alloc_memory_arch() to handle the allocation of memory in the fdt code. When we don't have lmb.h included, we need asm/page.h for __va. Signed-off-by: Jeremy Kerr Signed-off-by: Grant Likely Acked-by: Benjamin Herrenschmidt Acked-by: Michal Simek --- Reading git-diff-tree failed