diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 09:12:17 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 09:12:17 +0200 |
commit | add47067a8ca324e9d26c4373350dc3cce7f1e7f (patch) | |
tree | 2ee7062a8e9b42d0452b5ca2e848483366f1f598 /arch/sh/kernel/Makefile_64 | |
parent | sh: Move out rtc-sh registration from time_64.c to setup-sh5.c (diff) | |
download | linux-add47067a8ca324e9d26c4373350dc3cce7f1e7f.tar.xz linux-add47067a8ca324e9d26c4373350dc3cce7f1e7f.zip |
sh: Finish the sh64 migration off of ARCH_USES_GETTIMEOFFSET.
This adds sh_tmu support to the SH-5 subtypes, which subsequently allows
us to kill off time_64.c and use the now generic time_32.c. As a bonus,
SH-5 now supports highres timers and tickless for the first time.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/Makefile_64')
-rw-r--r-- | arch/sh/kernel/Makefile_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/Makefile_64 b/arch/sh/kernel/Makefile_64 index d256c7746957..4667d4cac953 100644 --- a/arch/sh/kernel/Makefile_64 +++ b/arch/sh/kernel/Makefile_64 @@ -2,7 +2,7 @@ extra-y := head_64.o init_task.o vmlinux.lds obj-y := debugtraps.o idle.o io.o io_generic.o irq.o machvec.o process_64.o \ ptrace_64.o setup.o signal_64.o sys_sh.o sys_sh64.o \ - syscalls_64.o time_64.o topology.o traps.o traps_64.o + syscalls_64.o time_32.o topology.o traps.o traps_64.o obj-y += cpu/ timers/ obj-$(CONFIG_VSYSCALL) += vsyscall/ |