]> 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)
commitde7684ef72acc2bd55b149438bafbf68ab5f3a78
tree56e5ad2695cf0d6a152719feeaa0e2bfc184362d
parent20f7d42c40b50175a226444ca3aae4935f0c7474
powerpc: Remove dead code in sycall entry

In:
  commit 68fbff7f921afbb7462f09782cdae87385212e16
  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