Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77797
b: refs/heads/master
c: 03713bd
h: refs/heads/master
i:
  77795: 132a890
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent bbe48fa commit 0219c16
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 6 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: 3e0137f6c7852aff12db0da7bb45f8b3a0a704c8
refs/heads/master: 03713bd226caece8e089490a47f093f5193e5e96
5 changes: 1 addition & 4 deletions trunk/arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206
machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619
machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2
machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += magicpanelr2
machdir-$(CONFIG_SH_CAYMAN) += cayman

incdir-y := $(notdir $(machdir-y))

Expand All @@ -139,10 +140,6 @@ core-y += $(addprefix arch/sh/boards/, \
$(filter-out ., $(patsubst %,%/,$(machdir-y))))
endif

# SH-5 mach types
# XXX.. to be reconciled with machdir-y later.
core-$(CONFIG_SH_CAYMAN) += arch/sh/mach-cayman/

# Companion chips
core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/
core-$(CONFIG_MFD_SM501) += arch/sh/cchips/voyagergx/
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion trunk/arch/sh/kernel/time_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ static __init unsigned int get_cpu_hz(void)
* wrap-around (128) and CUI interrupt being raised (64).
*/
return count*2;
#endif
}

static irqreturn_t sh64_rtc_interrupt(int irq, void *dev_id)
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/tools/mach-types
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ X3PROTO SH_X3PROTO
MAGICPANELR2 SH_MAGIC_PANEL_R2
R2D_PLUS RTS7751R2D_PLUS
R2D_1 RTS7751R2D_1
CAYMAN SH_CAYMAN

0 comments on commit 0219c16

Please sign in to comment.