]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Fix build issue with CONFIG_RELOCATABLE=y
authorKumar Gala <galak@kernel.crashing.org>
Mon, 20 Oct 2008 03:16:55 +0000 (03:16 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 21 Oct 2008 04:17:49 +0000 (15:17 +1100)
commit265f075cce7bd9c30225b072ae1bf1ce0c88cd4d
treeb05b5640969ca7bd9a1fa0a0510ed3a7e5ae7d5a
parentff114b7b521924ec53a3d66c257842a56d591687
powerpc: Fix build issue with CONFIG_RELOCATABLE=y

There are two issues when we enable CONFIG_RELOCATABLE.  The first is due
to the fact that phys_addr_t is now defined in linux/types.h.  The second
is due to the fact that the DMA code changes expose memstart_addr to
prom_init.c

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/page.h
arch/powerpc/kernel/prom_init_check.sh