commit | a90f354709b372c8dcabe3cd6315a83da5927573 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Oct 03 17:13:34 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Oct 03 17:13:34 2007 +0900 |
tree | b98f4122a87a14d3dbff2d60445233b1ca499929 | |
parent | e1fb4552ac938f2f70e9df2169b681594752bd85 [diff] |
sh: kgdb section mismatches and tidying. The kgdb console setup was callable from a left-over deferred initialization path, which in turn depends on __init symbols. Since the deferred initialization was removed some time ago, kill off the rest of those remnants and move kgdb_init() and friends to __init. Signed-off-by: Paul Mundt <lethal@linux-sh.org>