From: Jason Wessel Date: Thu, 7 Jan 2010 17:58:36 +0000 (-0600) Subject: blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/write X-Git-Tag: v2.6.33-rc4~65^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fde663708c981189e4e62f3be51e02b1ad4eead;p=pandora-kernel.git blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/write Blackfin needs it own arch specific probe_kernel_read() and probe_kernel_write(). This was moved out of the kgdb code and into the arch/blackfin/maccess.c, because it is a generic kernel api. The arch specific kgdb.c for blackfin was cleaned of all functions which exist in the kgdb core that do the same thing after resolving the probe_kernel_read() and probe_kernel_write(). This also eliminated the need for most of the #include's. CC: Sonic Zhang Signed-off-by: Jason Wessel Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed