From 9f2eee562dc536c64491f3c623cd900d249c7da6 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 29 Apr 2008 01:36:14 -0700 Subject: [PATCH] --- yaml --- r: 95405 b: refs/heads/master c: 4d7ffa49909a830f5f926a3280731d01e29f31fb h: refs/heads/master i: 95403: bff13a76fae5733b884e6b4a63e5395a2b1b685a v: v3 --- [refs] | 2 +- trunk/drivers/misc/kgdbts.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2e1fdca7dee2..1d72939f30e5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0a9e9b110c4ef05ab6c35440e2779ec4aa2c65e6 +refs/heads/master: 4d7ffa49909a830f5f926a3280731d01e29f31fb diff --git a/trunk/drivers/misc/kgdbts.c b/trunk/drivers/misc/kgdbts.c index 6d6286c4eeac..30a1af857c7a 100644 --- a/trunk/drivers/misc/kgdbts.c +++ b/trunk/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;