diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-10 06:12:01 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:43 -0500 |
commit | c3c307c83c1f8bcf26412bd164eb1c994ea6c413 (patch) | |
tree | bf8a9d7acc385e02c84a5fd8a154fb9958268c54 | |
parent | f7a7b15344e2bccdd1c73d42685edfe7d43ec5b7 (diff) |
sh: Move arch/sh64/kernel/sys_sh64.c to arch/sh/kernel/
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/kernel/Makefile_64 | 2 | ||||
-rw-r--r-- | arch/sh/kernel/sys_sh64.c (renamed from arch/sh64/kernel/sys_sh64.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/Makefile_64 b/arch/sh/kernel/Makefile_64 index 5f2711ae5468..1f27d5fd99a8 100644 --- a/arch/sh/kernel/Makefile_64 +++ b/arch/sh/kernel/Makefile_64 | |||
@@ -1,7 +1,7 @@ | |||
1 | extra-y := head.o init_task.o vmlinux.lds | 1 | extra-y := head.o init_task.o vmlinux.lds |
2 | 2 | ||
3 | obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_64.o \ | 3 | obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_64.o \ |
4 | ptrace_64.o semaphore.o setup.o signal_64.o sys_sh.o syscalls.o \ | 4 | ptrace_64.o semaphore.o setup.o signal_64.o sys_sh64.o syscalls.o \ |
5 | time.o topology.o traps.o | 5 | time.o topology.o traps.o |
6 | 6 | ||
7 | obj-y += cpu/ timers/ | 7 | obj-y += cpu/ timers/ |
diff --git a/arch/sh64/kernel/sys_sh64.c b/arch/sh/kernel/sys_sh64.c index de0a303ba26f..de0a303ba26f 100644 --- a/arch/sh64/kernel/sys_sh64.c +++ b/arch/sh/kernel/sys_sh64.c | |||