projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9e9b1
)
kgdbts: Sparc needs sstep emulation.
author
David S. Miller
<davem@davemloft.net>
Tue, 29 Apr 2008 08:36:14 +0000
(
01:36
-0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/misc/kgdbts.c
b/drivers/misc/kgdbts.c
index 6d6286c4eeacaeadfaa8ad57cd8d4d64a4252ed7..30a1af857c7a9345d254d118ea756acc84559fb4 100644
(file)
--- a/
drivers/misc/kgdbts.c
+++ b/
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;