commit | 98ec1878cacb393975cba64f7392eece81716cb4 | [log] [tgz] |
---|---|---|
author | Jason Wessel <jason.wessel@windriver.com> | Mon Apr 27 10:58:06 2009 -0500 |
committer | Jason Wessel <jason.wessel@windriver.com> | Thu May 20 21:04:25 2010 -0500 |
tree | e56110f645daf77ef0a6b3206926915f11d52e78 | |
parent | 84c08fd61e2d21702337e9fe366e97cdf09bf797 [diff] |
kgdb: remove post_primary_code references Remove all the references to the kgdb_post_primary_code. This function serves no useful purpose because you can obtain the same information from the "struct kgdb_state *ks" from with in the debugger, if for some reason you want the data. Also remove the unintentional duplicate assignment for ks->ex_vector. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>