Skip to content

Commit

Permalink
sh: Split out syscall ABI for _32 and _64 variants.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 4c91d6b commit 1b6cf81
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 379 deletions.
4 changes: 2 additions & 2 deletions arch/sh/kernel/Makefile_32
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
extra-y := head_32.o init_task.o vmlinux.lds

obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_32.o \
ptrace_32.o semaphore.o setup.o signal_32.o sys_sh.o syscalls.o \
time.o topology.o traps_32.o
ptrace_32.o semaphore.o setup.o signal_32.o sys_sh.o \
syscalls_32.o time.o topology.o traps_32.o

obj-y += cpu/ timers/
obj-$(CONFIG_VSYSCALL) += vsyscall/
Expand Down
4 changes: 2 additions & 2 deletions arch/sh/kernel/Makefile_64
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
extra-y := head_64.o init_task.o vmlinux.lds

obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_64.o \
ptrace_64.o semaphore.o setup.o signal_64.o sys_sh64.o syscalls.o \
time.o topology.o traps_64.o
ptrace_64.o semaphore.o setup.o signal_64.o sys_sh64.o \
syscalls_64.o time.o topology.o traps_64.o

obj-y += cpu/ timers/
obj-$(CONFIG_VSYSCALL) += vsyscall/
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 1b6cf81

Please sign in to comment.