aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-09 16:57:04 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:42 +0900
commitfe51bc9eaf45253bd437907ed04031a93640ca69 (patch)
treec7faf184450049e166b2dc14564aa5b008660e27 /arch
parentsh: Have 32-bit use arch/sh/kernel/Makefile_32. (diff)
downloadlinux-dev-fe51bc9eaf45253bd437907ed04031a93640ca69.tar.xz
linux-dev-fe51bc9eaf45253bd437907ed04031a93640ca69.zip
sh: Split out arch/sh/kernel/process.c for _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/kernel/Makefile_324
-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 4b81d9c47b00..9864be64b226 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 6d7f2b07e491..6d7f2b07e491 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 0761af4d2a42..0761af4d2a42 100644
--- a/arch/sh64/kernel/process.c
+++ b/arch/sh/kernel/process_64.c