From: Jason Wessel Date: Mon, 27 Apr 2009 15:58:06 +0000 (-0500) Subject: kgdb: remove post_primary_code references X-Git-Tag: v2.6.35-rc1~453^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98ec1878cacb393975cba64f7392eece81716cb4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed