Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77788
b: refs/heads/master
c: b4eaa1c
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 9705f16 commit be6040f
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 1,074 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18bc81319b438ae3266e1b2653ce874912dae891
refs/heads/master: b4eaa1cc7ce8203ac9af9184c49c635ce79592b1
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/arch/sh64/kernel/time.c → trunk/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 trunk/arch/sh64/kernel/Makefile

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit be6040f

Please sign in to comment.