commit | a3ba68f969b2407b6809a840f6ff45ab0eb06f84 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Oct 20 03:16:55 2008 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Oct 21 15:17:49 2008 +1100 |
tree | b05b5640969ca7bd9a1fa0a0510ed3a7e5ae7d5a | |
parent | 0721357d4d04563b6e5c7ffd6b5685df275d5ff9 [diff] |
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>