[MIPS] setup.c: get ride of CPHYSADDR()
commit201ba9c1149b3ad14edb70ef6c6790777031e5ac
authorFranck Bui-Huu <vagabon.xyz@gmail.com>
Thu, 19 Oct 2006 11:20:01 +0000 (19 13:20 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 30 Nov 2006 00:14:40 +0000 (30 00:14 +0000)
tree3ea6dc7b7bb2557f0050cb4cb6ac8a40fbedb203
parent1b679f725038a1cd8a2bc58152a9ec9b1da4918d
[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