powerpc: Remove dead code in sycall entry
authorMichael Neuling <mikey@neuling.org>
Fri, 28 Mar 2014 05:40:39 +0000 (16:40 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 9 Apr 2014 02:53:11 +0000 (12:53 +1000)
commitfa5c11b790f9e18ec6f69680c4aa728157aef5f5
tree56e5ad2695cf0d6a152719feeaa0e2bfc184362d
parente47ff70a56b04dcdc81685380f2acef4776fc60b
powerpc: Remove dead code in sycall entry

In:
  commit 742415d6b66bf09e3e73280178ef7ec85c90b7ee
  Author: Michael Neuling <mikey@neuling.org>
  powerpc: Turn syscall handler into macros

We converted the syscall entry code onto macros, but in doing this we
introduced some cruft that's never run and should never have been added.

This removes that code.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/exceptions-64s.S