mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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 final_ack;
|
||||||
static int hw_break_val;
|
static int hw_break_val;
|
||||||
static int hw_break_val2;
|
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;
|
static int arch_needs_sstep_emulation = 1;
|
||||||
#else
|
#else
|
||||||
static int arch_needs_sstep_emulation;
|
static int arch_needs_sstep_emulation;
|
||||||
|
Loading…
Reference in New Issue
Block a user