projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] make irq_chip definitions static
[openwrt.git]
/
target
/
linux
/
generic-2.4
/
patches
/
115-branch_emul_fix.patch
diff --git
a/target/linux/generic-2.4/patches/115-branch_emul_fix.patch
b/target/linux/generic-2.4/patches/115-branch_emul_fix.patch
index
5d65ee8
..
5a7b652
100644
(file)
--- a/
target/linux/generic-2.4/patches/115-branch_emul_fix.patch
+++ b/
target/linux/generic-2.4/patches/115-branch_emul_fix.patch
@@
-1,7
+1,5
@@
-Index: linux-2.4.35.4/arch/mips/kernel/branch.c
-===================================================================
---- linux-2.4.35.4.orig/arch/mips/kernel/branch.c
-+++ linux-2.4.35.4/arch/mips/kernel/branch.c
+--- a/arch/mips/kernel/branch.c
++++ b/arch/mips/kernel/branch.c
@@ -170,7 +170,7 @@ int __compute_return_epc(struct pt_regs
bit = (insn.i_format.rt >> 2);
bit += (bit != 0);
@@ -170,7 +170,7 @@ int __compute_return_epc(struct pt_regs
bit = (insn.i_format.rt >> 2);
bit += (bit != 0);
This page took
0.019786 seconds
and
4
git commands to generate.