From: Kumar Gala Date: Tue, 15 Apr 2008 19:52:27 +0000 (+1000) Subject: [POWERPC] Move phys_addr_t definition into asm/types.h X-Git-Tag: v2.6.26-rc1~1125^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d04ceb3fc294ea2c4f538a04343f3a473953a3b0;p=pandora-kernel.git [POWERPC] Move phys_addr_t definition into asm/types.h Moved phys_addr_t out of mmu-*.h and into asm/types.h so we can use it in places that before would have caused recursive includes. For example to use phys_addr_t in we would have included which would have possibly included which includes . Wheeee recursive include. CONFIG_PHYS_64BIT is a bit counterintuitive in light of ppc64 systems and thus the config option is only used for ppc32 systems with >32-bit physical addresses (44x, 85xx, 745x, etc.). Signed-off-by: Kumar Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed