aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/kgdbts.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/kgdbts.c')
-rw-r--r--drivers/misc/kgdbts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/kgdbts.c b/drivers/misc/kgdbts.c
index 6d6286c4eeac..30a1af857c7a 100644
--- a/drivers/misc/kgdbts.c
+++ b/drivers/misc/kgdbts.c
@@ -132,7 +132,7 @@ static int send_ack;
132static int final_ack; 132static int final_ack;
133static int hw_break_val; 133static int hw_break_val;
134static int hw_break_val2; 134static int hw_break_val2;
135#if defined(CONFIG_ARM) || defined(CONFIG_MIPS) 135#if defined(CONFIG_ARM) || defined(CONFIG_MIPS) || defined(CONFIG_SPARC)
136static int arch_needs_sstep_emulation = 1; 136static int arch_needs_sstep_emulation = 1;
137#else 137#else
138static int arch_needs_sstep_emulation; 138static int arch_needs_sstep_emulation;