Skip to content

Commit

Permalink
sh: Kill off the rest of arch/sh64/kernel/.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 18bc813 commit b4eaa1c
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 1,073 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/sh/kernel/Makefile_32
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extra-y := head_32.o init_task.o vmlinux.lds

obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_32.o \
ptrace_32.o semaphore.o setup.o signal_32.o sys_sh.o sys_sh32.o \
syscalls_32.o time.o topology.o traps.o traps_32.o
syscalls_32.o time_32.o topology.o traps.o traps_32.o

obj-y += cpu/ timers/
obj-$(CONFIG_VSYSCALL) += vsyscall/
Expand Down
2 changes: 1 addition & 1 deletion arch/sh/kernel/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extra-y := head_64.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 sys_sh64.o \
syscalls_64.o time.o topology.o traps.o traps_64.o
syscalls_64.o time_64.o topology.o traps.o traps_64.o

obj-y += cpu/ timers/
obj-$(CONFIG_VSYSCALL) += vsyscall/
Expand Down
File renamed without changes.
15 changes: 6 additions & 9 deletions arch/sh64/kernel/time.c → arch/sh/kernel/time_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
#include <linux/bcd.h>
#include <linux/timex.h>
#include <linux/irq.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <asm/registers.h> /* required by inline __asm__ stmt. */
#include <asm/cpu/registers.h> /* required by inline __asm__ stmt. */
#include <asm/cpu/irq.h>
#include <asm/addrspace.h>
#include <asm/processor.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/delay.h>
#include <asm/hardware.h>

#define TMU_TOCR_INIT 0x00
#define TMU0_TCR_INIT 0x0020
Expand Down Expand Up @@ -240,11 +240,8 @@ static inline void do_timer_interrupt(void)
profile_tick(CPU_PROFILING);

#ifdef CONFIG_HEARTBEAT
{
extern void heartbeat(void);

heartbeat();
}
if (sh_mv.mv_heartbeat != NULL)
sh_mv.mv_heartbeat();
#endif

/*
Expand Down
36 changes: 0 additions & 36 deletions arch/sh64/kernel/Makefile

This file was deleted.

43 changes: 0 additions & 43 deletions arch/sh64/kernel/alphanum.c

This file was deleted.

Loading

0 comments on commit b4eaa1c

Please sign in to comment.