From: Robin Getz Date: Thu, 25 Jun 2009 15:49:38 +0000 (+0000) Subject: Blackfin: reject outdated/unused/wrong relocation types X-Git-Tag: v2.6.32-rc1~662^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22532578ee0f8725e0155e528c29ff992c1950c7;p=pandora-kernel.git Blackfin: reject outdated/unused/wrong relocation types All kernel modules are required to be built with -mlong-calls and thus should not generate any of these relocations. If they do, it means the module has not been compiled properly, so rather than trying to handle them (and running into random run time errors) just error out on module load to force the module to be compiled correctly. Signed-off-by: Robin Getz Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed