From: Michael Neuling Date: Thu, 10 Jan 2013 16:11:11 +0000 (+0000) Subject: powerpc: Fix typo in breakpoint kgdb code. X-Git-Tag: v3.9-rc1~100^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa5924640341f714af7757194d5da7ecd66abe2b;p=pandora-kernel.git powerpc: Fix typo in breakpoint kgdb code. Currently we are getting: arch/powerpc/kernel/kgdb.c: In function 'kgdb_arch_exit': arch/powerpc/kernel/kgdb.c:492:2: error: '__debugger_breakx_match' undeclared (first use in this function) arch/powerpc/kernel/kgdb.c:492:2: note: each undeclared identifier is reported only once for each function it appears in Fix the typo. Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed