Przeglądaj źródła

kgdbts: Sparc needs sstep emulation.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 17 lat temu
rodzic
commit
4d7ffa4990
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      drivers/misc/kgdbts.c

+ 1 - 1
drivers/misc/kgdbts.c

@@ -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;