From: Anton Blanchard Date: Tue, 26 May 2015 05:46:54 +0000 (+1000) Subject: powerpc: Relocatable system call no longer uses the LR X-Git-Tag: omap-for-v4.2/fixes-rc1^2~139^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05b05f28fb3835087b3d4e741fd561b9826fe461;p=pandora-kernel.git powerpc: Relocatable system call no longer uses the LR We had some code to restore the LR in the relocatable system call path back when we used the LR to do an indirect branch. Commit 6a404806dfce ("powerpc: Avoid link stack corruption in MMU on syscall entry path") changed this to use the CTR which is volatile across system calls so does not need restoring. Remove the stale comment and the restore of the LR. Signed-off-by: Anton Blanchard Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed