Skip to content

Commit

Permalink
kgdb: Remove unused DCPU_SSTEP definition
Browse files Browse the repository at this point in the history
From doing a 'git log --patch kernel/debug', it looks as if DCPU_SSTEP
has never been used.  Presumably it used to be used back when kgdb was
out of tree and nobody thought to delete the definition when the usage
went away.  Delete.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Jason Wessel <jason.wessel@windriver.com>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
  • Loading branch information
Douglas Anderson authored and Daniel Thompson committed Oct 10, 2019
1 parent da0c9ea commit 0f8b5b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/debug/debug_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ struct kgdb_state {
#define DCPU_WANT_MASTER 0x1 /* Waiting to become a master kgdb cpu */
#define DCPU_NEXT_MASTER 0x2 /* Transition from one master cpu to another */
#define DCPU_IS_SLAVE 0x4 /* Slave cpu enter exception */
#define DCPU_SSTEP 0x8 /* CPU is single stepping */

struct debuggerinfo_struct {
void *debuggerinfo;
Expand Down

0 comments on commit 0f8b5b6

Please sign in to comment.