From: Anton Blanchard Date: Tue, 4 Feb 2014 05:04:52 +0000 (+1100) Subject: powerpc: Remove superflous function descriptors in assembly only code X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~40^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad0289e4acf2bd6989e745cff3b4f0781a919e30;p=pandora-kernel.git powerpc: Remove superflous function descriptors in assembly only code We have a number of places where we load the text address of a local function and indirectly branch to it in assembly. Since it is an indirect branch binutils will not know to use the function text address, so that trick wont work. There is no need for these functions to have a function descriptor so we can replace it with a label and remove the dot symbol. Signed-off-by: Anton Blanchard --- Reading git-diff-tree failed