Commit 4d7ffa49 authored by David S. Miller's avatar David S. Miller

kgdbts: Sparc needs sstep emulation.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0a9e9b11
......@@ -132,7 +132,7 @@ static int send_ack;
static int final_ack;
static int hw_break_val;
static int hw_break_val2;
#if defined(CONFIG_ARM) || defined(CONFIG_MIPS)
#if defined(CONFIG_ARM) || defined(CONFIG_MIPS) || defined(CONFIG_SPARC)
static int arch_needs_sstep_emulation = 1;
#else
static int arch_needs_sstep_emulation;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment