Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sparc,kgdbts: fix compile regression with kgdb test suite
Commit 63ab25e (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 <[email protected]> Acked-by: Mike Frysinger <[email protected]> Acked-by: David S. Miller <[email protected]>
- Loading branch information