projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] add a workaround on kmod-textsearch modules (#4832)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.24
/
013-mips_gdb_stub.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.24/013-mips_gdb_stub.patch
b/target/linux/generic-2.6/patches-2.6.24/013-mips_gdb_stub.patch
index
8df6cc6
..
877fe9b
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.24/013-mips_gdb_stub.patch
+++ b/
target/linux/generic-2.6/patches-2.6.24/013-mips_gdb_stub.patch
@@
-1,7
+1,5
@@
-Index: linux-2.6.24.7/arch/mips/kernel/gdb-stub.c
-===================================================================
---- linux-2.6.24.7.orig/arch/mips/kernel/gdb-stub.c
-+++ linux-2.6.24.7/arch/mips/kernel/gdb-stub.c
+--- a/arch/mips/kernel/gdb-stub.c
++++ b/arch/mips/kernel/gdb-stub.c
@@ -656,6 +656,7 @@ void set_async_breakpoint(unsigned long
*epc = (unsigned long)async_breakpoint;
}
@@ -656,6 +656,7 @@ void set_async_breakpoint(unsigned long
*epc = (unsigned long)async_breakpoint;
}
This page took
0.021522 seconds
and
4
git commands to generate.