From: Rusty Russell Date: Tue, 15 Dec 2009 22:28:32 +0000 (-0600) Subject: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y X-Git-Tag: v2.6.33-rc1~55^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4703aefdbc8f9f347f6dcefcddd791294314eb7;p=pandora-kernel.git module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y powerpc applies relocations to the kcrctab. They're absolute symbols, but it's not completely unreasonable: other archs may too, but the relocation is often 0. http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-November/077972.html Inspired-by: Neil Horman Signed-off-by: Rusty Russell Tested-by: Neil Horman Acked-by: Paul Mackerras --- Reading git-diff-tree failed