From: Anton Blanchard Date: Wed, 4 Jun 2014 22:04:39 +0000 (+1000) Subject: powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL_TOC() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac7b0166a9bc743893be3f38e7b1729ce975ab9;p=pandora-kernel.git powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL_TOC() __clear_user and copy_page load from the TOC and are also exported to modules. This means we have to use _GLOBAL_TOC() so that we create the global entry point that sets up the TOC. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed