[MIPS] Fix CONFIG_BUILD_ELF64 kernels with symbols in CKSEG0.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 11 Sep 2007 07:50:40 +0000 (08:50 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 27 Sep 2007 22:19:16 +0000 (23:19 +0100)
commit7d809ba3f98b8aa8f9ba0dcdf6349958a0b77b7b
tree9e266ca9eb00fa349c47d52d4ca9fe3902b8feee
parent6e351064b16914e4843248355288b777fa559947
[MIPS] Fix CONFIG_BUILD_ELF64 kernels with symbols in CKSEG0.

The __pa() for those did assume that all symbols have XKPHYS values and
the math fails for any other address range.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/page.h