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>
This commit is contained in:
@ -277,11 +277,4 @@ void __init time_init(void)
|
||||
((sh_hpt_frequency + 500) / 1000) / 1000,
|
||||
((sh_hpt_frequency + 500) / 1000) % 1000);
|
||||
|
||||
#if defined(CONFIG_SH_KGDB)
|
||||
/*
|
||||
* Set up kgdb as requested. We do it here because the serial
|
||||
* init uses the timer vars we just set up for figuring baud.
|
||||
*/
|
||||
kgdb_init();
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user