sh: Split out syscall ABI for _32 and _64 variants.
authorPaul Mundt <lethal@linux-sh.org>
Sun, 11 Nov 2007 08:46:49 +0000 (17:46 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:45 +0000 (13:18 +0900)
commit1b6cf8175e52cbda111ab8b590da6a1d093e9954
treec21147bf2fd8c260e743a7100b0d63ca91a6f4d6
parent4c91d6b105af5ab3011158addbd23f038aee6a00
sh: Split out syscall ABI for _32 and _64 variants.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/Makefile_32
arch/sh/kernel/Makefile_64
arch/sh/kernel/syscalls.S [deleted file]
arch/sh/kernel/syscalls_32.S [new file with mode: 0644]
arch/sh/kernel/syscalls_64.S [new file with mode: 0644]
arch/sh64/kernel/syscalls.S [deleted file]
include/asm-sh/unistd.h
include/asm-sh/unistd_32.h [new file with mode: 0644]
include/asm-sh/unistd_64.h [new file with mode: 0644]
include/asm-sh64/unistd.h [deleted file]
This page took 0.02499 seconds and 5 git commands to generate.