commit | 7d809ba3f98b8aa8f9ba0dcdf6349958a0b77b7b | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Sep 11 08:50:40 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 27 23:19:16 2007 +0100 |
tree | 9e266ca9eb00fa349c47d52d4ca9fe3902b8feee | |
parent | 6e351064b16914e4843248355288b777fa559947 [diff] |
[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>