diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-11 04:46:46 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:04 -0500 |
commit | ab6e570ba33dbee18c2520d386e0f367a9b573c3 (patch) | |
tree | 7594192d10726e72bf7744bb83bdc0c9a30891d1 /arch/sh/kernel/time_32.c | |
parent | d7b01f78a3ae6a3cc21a16a1a3d377adc2227537 (diff) |
sh: Generic kgdb stub support.
This migrates from the old bitrotted kgdb stub implementation and moves
to the generic stub. In the process support for SH-2/SH-2A is also added,
which the old stub never provided.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/time_32.c')
-rw-r--r-- | arch/sh/kernel/time_32.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sh/kernel/time_32.c b/arch/sh/kernel/time_32.c index 23ca711c27d2..1336f275326c 100644 --- a/arch/sh/kernel/time_32.c +++ b/arch/sh/kernel/time_32.c | |||
@@ -277,11 +277,4 @@ void __init time_init(void) | |||
277 | ((sh_hpt_frequency + 500) / 1000) / 1000, | 277 | ((sh_hpt_frequency + 500) / 1000) / 1000, |
278 | ((sh_hpt_frequency + 500) / 1000) % 1000); | 278 | ((sh_hpt_frequency + 500) / 1000) % 1000); |
279 | 279 | ||
280 | #if defined(CONFIG_SH_KGDB) | ||
281 | /* | ||
282 | * Set up kgdb as requested. We do it here because the serial | ||
283 | * init uses the timer vars we just set up for figuring baud. | ||
284 | */ | ||
285 | kgdb_init(); | ||
286 | #endif | ||
287 | } | 280 | } |