From: Rusty Russell Date: Tue, 18 Mar 2014 09:29:11 +0000 (+1030) Subject: powerpc: module: handle MODVERSION for .TOC. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~40^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71ec7c55ed91e2352c00d51d171fccaa7cef5a00;p=pandora-kernel.git powerpc: module: handle MODVERSION for .TOC. For the ELFv2 ABI, powerpc introduces a magic symbol ".TOC.". If we don't create a CRC for it (minus the leading ".", since we strip that) we get a modpost warning about missing CRC and the CRC array seems to be displaced by 1 so other CRCs mismatch too. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed