]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Move mach-cayman in with the rest of the boards.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 23 Nov 2007 05:23:50 +0000 (14:23 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:56 +0000 (13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile
arch/sh/boards/cayman/Makefile [moved from arch/sh/mach-cayman/Makefile with 100% similarity]
arch/sh/boards/cayman/irq.c [moved from arch/sh/mach-cayman/irq.c with 100% similarity]
arch/sh/boards/cayman/led.c [moved from arch/sh/mach-cayman/led.c with 100% similarity]
arch/sh/boards/cayman/setup.c [moved from arch/sh/mach-cayman/setup.c with 100% similarity]
arch/sh/kernel/time_64.c
arch/sh/tools/mach-types

index 6eb3ee2f3fd904fcbb8b7c3b61a46ef11eb6f377..f7cbc13fd2a05748cb6f5fa2f34a7f031bff000f 100644 (file)
@@ -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))
 
@@ -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/
index e6f54572cd9606edebd2633205ca9dde6a73435b..81003af8115a6f5c6f9b5ba7f1a3ce49fc4963b9 100644 (file)
@@ -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)
index ff071693325c48ff679cecc5da788afe6e9887ac..af4b7aa9a6b22ed44ffe3f08add33d8e65885c78 100644 (file)
@@ -45,3 +45,4 @@ X3PROTO                       SH_X3PROTO
 MAGICPANELR2           SH_MAGIC_PANEL_R2
 R2D_PLUS               RTS7751R2D_PLUS
 R2D_1                  RTS7751R2D_1
+CAYMAN                 SH_CAYMAN