sh: Fixup kernel_execve() for syscall cleanups.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 9 Dec 2006 00:14:35 +0000 (09:14 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 11 Dec 2006 23:42:08 +0000 (08:42 +0900)
commit79890c512444aa55a7a42ac5e7d29d7a4edba11b
tree871eee3c72a876c1e732325bba3d42439417b3ac
parentb652c23cb0f7808bedb5442c416d91705a465c67
sh: Fixup kernel_execve() for syscall cleanups.

SH-2 and SH-2A need to use a different syscall base for the trapa
vector than the other parts, so fixup the logic in the kernel_execve()
case.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/sys_sh.c