]> err.no Git - linux-2.6/blobdiff - drivers/misc/kgdbts.c
Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer...
[linux-2.6] / drivers / misc / kgdbts.c
index 6d6286c4eeacaeadfaa8ad57cd8d4d64a4252ed7..30a1af857c7a9345d254d118ea756acc84559fb4 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;