commit | 2ac7b0166a9bc743893be3f38e7b1729ce975ab9 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Jun 05 08:04:39 2014 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jun 05 13:20:41 2014 +1000 |
tree | b8c00f151cc95552bff4db7b868e9627a6f816c5 | |
parent | 6d97d7a28faf19199da12f2512cc7d37dd373cc0 [diff] |
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 <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>