diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-23 14:17:42 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:56 +0900 |
commit | 3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (patch) | |
tree | 13cc7b1fd88a61f36e86994a479c362f43a8ec0d /arch/sh/kernel | |
parent | b000659b1c07f91f0c73bf94bb8922fa740c0ef0 (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.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sh/kernel/time_64.c b/arch/sh/kernel/time_64.c index 4c52feead11..e6f54572cd9 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) count = ctc_val_init - ctc_val; /* CTC counts down */ -#if defined (CONFIG_SH_SIMULATOR) - /* - * Let's pretend we are a 5MHz SH-5 to avoid a too - * little timer interval. Also to keep delay - * calibration within a reasonable time. - */ - return 5000000; -#else /* * This really is count by the number of clock cycles * by the ratio between a complete R64CNT |