]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0670b5f0ce3726f70e8e5a5183a2a5ba6a3faaf6
tree56e5ad2695cf0d6a152719feeaa0e2bfc184362d
parent1767d4406b2654ea1e9d2de9a799a91ffc3d2197
powerpc: Remove dead code in sycall entry

In:
  commit 6f28448cb2e04176d90f65fd42773b03c2c183d8
  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