From: Anton Blanchard Date: Tue, 4 Feb 2014 05:05:53 +0000 (+1100) Subject: powerpc: Don't use a function descriptor for system call table X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~40^2~38 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c857c43b34ecbfd686d860d4e85281d3750e3b47;p=pandora-kernel.git powerpc: Don't use a function descriptor for system call table There is no need to create a function descriptor for the system call table. By using one we force the system call table into the text section and it really belongs in the rodata section. This also removes another use of dot symbols. Signed-off-by: Anton Blanchard --- Reading git-diff-tree failed