]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit462bad50f746cbba1f549aa2a4711bff648fcf0a
tree0f4a47863f390cfe9e65e7a6bd9e4933827339eb
parentab255968498c063b749b9121e9189a0d7568322f
[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