]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Introduce phys_size_t and move phys_addr_t into asm/types.h
authorKumar Gala <galak@kernel.crashing.org>
Thu, 27 Mar 2008 16:46:38 +0000 (11:46 -0500)
committerWolfgang Denk <wd@denx.de>
Mon, 14 Apr 2008 00:13:46 +0000 (17:13 -0700)
commite99ccb488181d012248c6be30b2093e950319fc5
tree3c9fefb4d458a349912aeb2ff548088a21101600
parent20a14a42a25f72e379f38460b8a8484667536795
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>
21 files changed:
include/asm-arm/io.h
include/asm-arm/types.h
include/asm-avr32/io.h
include/asm-avr32/types.h
include/asm-blackfin/io.h
include/asm-blackfin/types.h
include/asm-i386/io.h
include/asm-i386/types.h
include/asm-m68k/io.h
include/asm-m68k/types.h
include/asm-microblaze/io.h
include/asm-microblaze/types.h
include/asm-mips/io.h
include/asm-mips/types.h
include/asm-nios/io.h
include/asm-nios/types.h
include/asm-nios2/io.h
include/asm-ppc/io.h
include/asm-ppc/types.h
include/asm-sh/io.h
include/asm-sh/types.h