From: Ralf Baechle Date: Tue, 11 Sep 2007 07:50:40 +0000 (+0100) Subject: [MIPS] Fix CONFIG_BUILD_ELF64 kernels with symbols in CKSEG0. X-Git-Tag: v2.6.23-rc9~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae6399f0178c49a6e9cb7562ecc2f7d10c9f195;p=pandora-kernel.git [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 --- Reading git-diff-tree failed