diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-09 16:57:04 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:42 +0900 |
commit | fe51bc9eaf45253bd437907ed04031a93640ca69 (patch) | |
tree | c7faf184450049e166b2dc14564aa5b008660e27 | |
parent | 5055235554804b39c613ada76d7598c14265a00b (diff) |
sh: Split out arch/sh/kernel/process.c for _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/kernel/Makefile_32 | 4 | ||||
-rw-r--r-- | arch/sh/kernel/process_32.c (renamed from arch/sh/kernel/process.c) | 0 | ||||
-rw-r--r-- | arch/sh/kernel/process_64.c (renamed from arch/sh64/kernel/process.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/Makefile_32 b/arch/sh/kernel/Makefile_32 index 4b81d9c47b0..9864be64b22 100644 --- a/arch/sh/kernel/Makefile_32 +++ b/arch/sh/kernel/Makefile_32 @@ -4,8 +4,8 @@ extra-y := head.o init_task.o vmlinux.lds -obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process.o ptrace.o \ - semaphore.o setup.o signal.o sys_sh.o syscalls.o \ +obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_32.o \ + ptrace.o semaphore.o setup.o signal.o sys_sh.o syscalls.o \ time.o topology.o traps.o obj-y += cpu/ timers/ diff --git a/arch/sh/kernel/process.c b/arch/sh/kernel/process_32.c index 6d7f2b07e49..6d7f2b07e49 100644 --- a/arch/sh/kernel/process.c +++ b/arch/sh/kernel/process_32.c diff --git a/arch/sh64/kernel/process.c b/arch/sh/kernel/process_64.c index 0761af4d2a4..0761af4d2a4 100644 --- a/arch/sh64/kernel/process.c +++ b/arch/sh/kernel/process_64.c |