sh: Move syscall table in to syscall.S.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 02:36:10 +0000 (11:36 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 02:36:10 +0000 (11:36 +0900)
commit1c5f8f85df96dd7c17d63eed2d7da18b3ad00b6d
treec207fba027e33ada37d5e043528922241d024626
parent765ae317ce030217af556dc46bec238dab15091e
sh: Move syscall table in to syscall.S.

Move the syscall table in to its own file, as per sh64. The entry.S
bits will end up being considerably different in the sh2/sh2a cases,
so this lets us keep things in sync somewhat..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/Makefile
arch/sh/kernel/entry.S
arch/sh/kernel/syscalls.S [new file with mode: 0644]