From: Martin Schwidefsky Date: Thu, 26 Mar 2009 14:24:36 +0000 (+0100) Subject: [S390] module function call optimization X-Git-Tag: v2.6.30-rc1~659^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=504665a91498f43d220b7d0942281067283a35f7;p=pandora-kernel.git [S390] module function call optimization Avoid the detour over the PLT if the branch target of a function call in a module is in the range of the bras (16-bit) or brasl (32-bit) instruction. The PLT is still generated but it is unused. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed