projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] iw: update to 0.9.17
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.27
/
024-mips_disable_fpu.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.27/024-mips_disable_fpu.patch
b/target/linux/generic-2.6/patches-2.6.27/024-mips_disable_fpu.patch
index
e71bf48
..
60e844b
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.27/024-mips_disable_fpu.patch
+++ b/
target/linux/generic-2.6/patches-2.6.27/024-mips_disable_fpu.patch
@@
-6,11
+6,9
@@
precious blocks on an embedded system.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
--
Signed-off-by: Florian Fainelli <florian@openwrt.org>
--
-diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
-index 65d3b19..a467ee5 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -
811,6 +811
,17 @@ config I8259
+@@ -
756,6 +756
,17 @@ config I8259
config MIPS_BONITO64
bool
config MIPS_BONITO64
bool
@@
-28,8
+26,6
@@
index 65d3b19..a467ee5 100644
config MIPS_MSC
bool
config MIPS_MSC
bool
-diff --git a/arch/mips/math-emu/Makefile b/arch/mips/math-emu/Makefile
-index d547efd..7fdef24 100644
--- a/arch/mips/math-emu/Makefile
+++ b/arch/mips/math-emu/Makefile
@@ -2,12 +2,14 @@
--- a/arch/mips/math-emu/Makefile
+++ b/arch/mips/math-emu/Makefile
@@ -2,12 +2,14 @@
@@
-49,11
+45,9
@@
index d547efd..7fdef24 100644
+ dp_sqrt.o sp_sqrt.o
EXTRA_CFLAGS += -Werror
+ dp_sqrt.o sp_sqrt.o
EXTRA_CFLAGS += -Werror
-diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c
-index 890f779..9f4c767 100644
--- a/arch/mips/math-emu/cp1emu.c
+++ b/arch/mips/math-emu/cp1emu.c
--- a/arch/mips/math-emu/cp1emu.c
+++ b/arch/mips/math-emu/cp1emu.c
-@@ -5
6,6 +56
,12 @@
+@@ -5
7,6 +57
,12 @@
#endif
#define __mips 4
#endif
#define __mips 4
@@
-66,7
+60,7
@@
index 890f779..9f4c767 100644
/* Function which emulates a floating point instruction. */
static int fpu_emu(struct pt_regs *, struct mips_fpu_struct *,
/* Function which emulates a floating point instruction. */
static int fpu_emu(struct pt_regs *, struct mips_fpu_struct *,
-@@ -6
6,10 +72
,6 @@ static int fpux_emu(struct pt_regs *,
+@@ -6
7,10 +73
,6 @@ static int fpux_emu(struct pt_regs *,
struct mips_fpu_struct *, mips_instruction);
#endif
struct mips_fpu_struct *, mips_instruction);
#endif
@@
-77,7
+71,7
@@
index 890f779..9f4c767 100644
/* Control registers */
#define FPCREG_RID 0 /* $0 = revision id */
/* Control registers */
#define FPCREG_RID 0 /* $0 = revision id */
-@@ -127
3,6 +1275,13 @@ int fpu_emulator_cop1Handler(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
+@@ -127
7,6 +1279,13 @@ int fpu_emulator_cop1Handler(struct pt_r
return sig;
}
return sig;
}
@@
-91,11
+85,9
@@
index 890f779..9f4c767 100644
#ifdef CONFIG_DEBUG_FS
extern struct dentry *mips_debugfs_dir;
#ifdef CONFIG_DEBUG_FS
extern struct dentry *mips_debugfs_dir;
-diff --git a/arch/mips/math-emu/dsemul.c b/arch/mips/math-emu/dsemul.c
-index df7b9d9..9b42bfd 100644
--- a/arch/mips/math-emu/dsemul.c
+++ b/arch/mips/math-emu/dsemul.c
--- a/arch/mips/math-emu/dsemul.c
+++ b/arch/mips/math-emu/dsemul.c
-@@ -1
09,6 +109,7 @@ int mips_dsemul(struct pt_regs *regs, mips_instruction ir, unsigned long cpc)
+@@ -1
10,6 +110,7 @@ int mips_dsemul(struct pt_regs *regs, mi
return SIGILL; /* force out of emulation loop */
}
return SIGILL; /* force out of emulation loop */
}
@@
-103,7
+95,7
@@
index df7b9d9..9b42bfd 100644
int do_dsemulret(struct pt_regs *xcp)
{
struct emuframe __user *fr;
int do_dsemulret(struct pt_regs *xcp)
{
struct emuframe __user *fr;
-@@ -16
5,3 +166
,9 @@ int do_dsemulret(struct pt_regs *xcp)
+@@ -16
6,3 +167
,9 @@ int do_dsemulret(struct pt_regs *xcp)
return 1;
}
return 1;
}
@@
-113,8
+105,6
@@
index df7b9d9..9b42bfd 100644
+ return 0;
+}
+#endif /* CONFIG_MIPS_FPU_EMU */
+ return 0;
+}
+#endif /* CONFIG_MIPS_FPU_EMU */
-diff --git a/arch/mips/math-emu/kernel_linkage.c b/arch/mips/math-emu/kernel_linkage.c
-index 52e6c58..211a399 100644
--- a/arch/mips/math-emu/kernel_linkage.c
+++ b/arch/mips/math-emu/kernel_linkage.c
@@ -29,6 +29,7 @@
--- a/arch/mips/math-emu/kernel_linkage.c
+++ b/arch/mips/math-emu/kernel_linkage.c
@@ -29,6 +29,7 @@
@@
-125,7
+115,7
@@
index 52e6c58..211a399 100644
void fpu_emulator_init_fpu(void)
{
static int first = 1;
void fpu_emulator_init_fpu(void)
{
static int first = 1;
-@@ -112,4 +113,34 @@ int fpu_emulator_restore_context32(struc
t sigcontext32 __user *sc)
+@@ -112,4 +113,34 @@ int fpu_emulator_restore_context32(struc
return err;
}
return err;
}
This page took
0.029828 seconds
and
4
git commands to generate.