summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/jump_label.c
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2014-02-04 06:04:52 +0100
committerAnton Blanchard <anton@samba.org>2014-04-23 02:05:17 +0200
commitad0289e4acf2bd6989e745cff3b4f0781a919e30 (patch)
tree2027687114b62c2ac5fc201897e67795ea7e964b /arch/powerpc/kernel/jump_label.c
parentpowerpc: No need to use dot symbols when branching to a function (diff)
downloadlinux-ad0289e4acf2bd6989e745cff3b4f0781a919e30.tar.xz
linux-ad0289e4acf2bd6989e745cff3b4f0781a919e30.zip
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 <anton@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/jump_label.c')
0 files changed, 0 insertions, 0 deletions