[MIPS] setup.c: get ride of CPHYSADDR()
authorFranck Bui-Huu <vagabon.xyz@gmail.com>
Thu, 19 Oct 2006 11:20:01 +0000 (13:20 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 30 Nov 2006 01:14:41 +0000 (01:14 +0000)
commitd4df6d4e7a66b7a9bd57f5dc7d80d6b55dc12dbb
tree0f4a47863f390cfe9e65e7a6bd9e4933827339eb
parent620a4802be8ee7989b1b6684b7198ebae02af854
[MIPS] setup.c: get ride of CPHYSADDR()

and use new __pa() implementation instead introduced by the previous
patch. Indeed this macro can be used now even by the 64 bit kernels
with CONFIG_BUILD_ELF64=n config.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/setup.c