aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-23 00:17:42 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:56 -0500
commit3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (patch)
tree13cc7b1fd88a61f36e86994a479c362f43a8ec0d /arch/sh/kernel
parentb000659b1c07f91f0c73bf94bb8922fa740c0ef0 (diff)
sh: Kill off the mach-harp and mach-sim machtypes.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r--arch/sh/kernel/time_64.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sh/kernel/time_64.c b/arch/sh/kernel/time_64.c
index 4c52feead115..e6f54572cd96 100644
--- a/arch/sh/kernel/time_64.c
+++ b/arch/sh/kernel/time_64.c
@@ -347,14 +347,6 @@ static __init unsigned int get_cpu_hz(void)
347 347
348 count = ctc_val_init - ctc_val; /* CTC counts down */ 348 count = ctc_val_init - ctc_val; /* CTC counts down */
349 349
350#if defined (CONFIG_SH_SIMULATOR)
351 /*
352 * Let's pretend we are a 5MHz SH-5 to avoid a too
353 * little timer interval. Also to keep delay
354 * calibration within a reasonable time.
355 */
356 return 5000000;
357#else
358 /* 350 /*
359 * This really is count by the number of clock cycles 351 * This really is count by the number of clock cycles
360 * by the ratio between a complete R64CNT 352 * by the ratio between a complete R64CNT