summaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/types.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-03-27 11:46:38 -0500
committerWolfgang Denk <wd@denx.de>2008-04-13 17:13:46 -0700
commite99ccb488181d012248c6be30b2093e950319fc5 (patch)
tree3c9fefb4d458a349912aeb2ff548088a21101600 /include/asm-blackfin/types.h
parent20a14a42a25f72e379f38460b8a8484667536795 (diff)
downloadtalos-obmc-uboot-e99ccb488181d012248c6be30b2093e950319fc5.tar.gz
talos-obmc-uboot-e99ccb488181d012248c6be30b2093e950319fc5.zip
Introduce phys_size_t and move phys_addr_t into asm/types.h
Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's that have larger physical addresses like 44x, 85xx, and 86xx. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-blackfin/types.h')
-rw-r--r--include/asm-blackfin/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-blackfin/types.h b/include/asm-blackfin/types.h
index 9fd8e03360..2160ba0d02 100644
--- a/include/asm-blackfin/types.h
+++ b/include/asm-blackfin/types.h
@@ -78,6 +78,9 @@ typedef unsigned long long u64;
typedef u32 dma_addr_t;
+typedef unsigned long phys_addr_t;
+typedef unsigned long phys_size_t;
+
#endif
#endif
OpenPOWER on IntegriCloud