فهرست منبع

kgdbts: Sparc needs sstep emulation.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 17 سال پیش
والد
کامیت
4d7ffa4990
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 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;