From: Dongdong Deng Date: Wed, 18 Aug 2010 11:02:00 +0000 (-0500) Subject: debug_core,x86,blackfin: Clean up hw debug disable API X-Git-Tag: v2.6.37-rc1~36^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7ba979d45272385ce0fdf141d922e61ff48e07b;p=pandora-kernel.git debug_core,x86,blackfin: Clean up hw debug disable API The kgdb_disable_hw_debug() was an architecture specific function for disabling all hardware breakpoints on a per cpu basis when entering the debug core. This patch will remove the weak function kdbg_disable_hw_debug() and change it into a call back which lives with the rest of hw breakpoint call backs in struct kgdb_arch. Signed-off-by: Dongdong Deng Signed-off-by: Jason Wessel --- Reading git-diff-tree failed