Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146793
b: refs/heads/master
c: f19900b
h: refs/heads/master
i:
  146791: 9e7cdd1
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed May 12, 2009
1 parent 50016db commit 12d39ff
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 439 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: 2b23a8826a60268ec52302729911dd7ac6b10776
refs/heads/master: f19900b2e608b604777a74d6d711bbf744657756
9 changes: 1 addition & 8 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -473,16 +473,9 @@ source "arch/sh/boards/Kconfig"

menu "Timer and clock configuration"

config SH_TMU
bool "TMU timer support"
depends on CPU_SH3 || CPU_SH4
default y
help
This enables the use of the TMU as the system timer.

config SH_TIMER_TMU
bool "TMU timer driver"
depends on !SH_TMU && SYS_SUPPORTS_TMU
depends on SYS_SUPPORTS_TMU
default y
help
This enables the build of the TMU timer driver.
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sh/include/asm/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ struct sys_timer {
struct sys_timer_ops *ops;
};

extern struct sys_timer tmu_timer;
extern struct sys_timer *sys_timer;

/* arch/sh/kernel/timers/timer.c */
Expand Down
67 changes: 0 additions & 67 deletions trunk/arch/sh/include/cpu-sh3/cpu/timer.h

This file was deleted.

60 changes: 0 additions & 60 deletions trunk/arch/sh/include/cpu-sh4/cpu/timer.h

This file was deleted.

2 changes: 0 additions & 2 deletions trunk/arch/sh/kernel/timers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
#

obj-y := timer.o

obj-$(CONFIG_SH_TMU) += timer-tmu.o
Loading

0 comments on commit 12d39ff

Please sign in to comment.