kgdbts: Sparc needs sstep emulation.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0a9e9b110c
commit
4d7ffa4990
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue