]> bbs.cooldavid.org Git - net-next-2.6.git/commit
of/flattree: Don't assume HAVE_LMB
authorJeremy Kerr <jeremy.kerr@canonical.com>
Sun, 14 Feb 2010 14:13:47 +0000 (07:13 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 14 Feb 2010 14:13:47 +0000 (07:13 -0700)
commit4ef7b373df330bc0ff037dc4792d373c9346375f
tree5e0daa974d6de7b96c95d990cbc191085ec80349
parent9dfbf207802c7e8cda9d081a8d750b50633c82d2
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 <jeremy.kerr@canonical.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/prom.c
arch/powerpc/kernel/prom.c
drivers/of/fdt.c
include/linux/of_fdt.h