commit | fa5c11b790f9e18ec6f69680c4aa728157aef5f5 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Fri Mar 28 16:40:39 2014 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Apr 09 12:53:11 2014 +1000 |
tree | 56e5ad2695cf0d6a152719feeaa0e2bfc184362d | |
parent | e47ff70a56b04dcdc81685380f2acef4776fc60b [diff] |
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>