kgdbts: Sparc needs sstep emulation.
authorDavid S. Miller <davem@davemloft.net>
Tue, 29 Apr 2008 08:36:14 +0000 (01:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Apr 2008 08:36:14 +0000 (01:36 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/misc/kgdbts.c

index 6d6286c..30a1af8 100644 (file)
@@ -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;