From: Jason Wessel Date: Tue, 19 Jul 2011 20:43:16 +0000 (-0500) Subject: sparc,kgdbts: fix compile regression with kgdb test suite X-Git-Tag: v3.0~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33d8881af5584fb7994f6b3d17fc11dcaf07b3b2;p=pandora-kernel.git sparc,kgdbts: fix compile regression with kgdb test suite Commit 63ab25ebbc (kgdbts: unify/generalize gdb breakpoint adjustment) introduced a compile regression on sparc. kgdbts.c: In function 'check_and_rewind_pc': kgdbts.c:307: error: implicit declaration of function 'instruction_pointer_set' Simply add the correct macro definition for instruction pointer on the Sparc architecture. Signed-off-by: Jason Wessel Acked-by: Mike Frysinger Acked-by: David S. Miller --- Reading git-diff-tree failed