From c3c307c83c1f8bcf26412bd164eb1c994ea6c413 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Sat, 10 Nov 2007 20:12:01 +0900 Subject: [PATCH] sh: Move arch/sh64/kernel/sys_sh64.c to arch/sh/kernel/ Signed-off-by: Paul Mundt --- arch/sh/kernel/Makefile_64 | 2 +- arch/{sh64 => sh}/kernel/sys_sh64.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/{sh64 => sh}/kernel/sys_sh64.c (100%) diff --git a/arch/sh/kernel/Makefile_64 b/arch/sh/kernel/Makefile_64 index 5f2711a..1f27d5f 100644 --- a/arch/sh/kernel/Makefile_64 +++ b/arch/sh/kernel/Makefile_64 @@ -1,7 +1,7 @@ extra-y := head.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_sh.o syscalls.o \ + ptrace_64.o semaphore.o setup.o signal_64.o sys_sh64.o syscalls.o \ time.o topology.o traps.o obj-y += cpu/ timers/ diff --git a/arch/sh64/kernel/sys_sh64.c b/arch/sh/kernel/sys_sh64.c similarity index 100% rename from arch/sh64/kernel/sys_sh64.c rename to arch/sh/kernel/sys_sh64.c -- 2.7.4