kgdb: remove post_primary_code references
authorJason Wessel <jason.wessel@windriver.com>
Mon, 27 Apr 2009 15:58:06 +0000 (10:58 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Fri, 21 May 2010 02:04:25 +0000 (21:04 -0500)
commit98ec1878cacb393975cba64f7392eece81716cb4
treee56110f645daf77ef0a6b3206926915f11d52e78
parent84c08fd61e2d21702337e9fe366e97cdf09bf797
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>
arch/x86/kernel/kgdb.c
include/linux/kgdb.h
kernel/debug/debug_core.c