projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[cobalt] resync kernel configuration, enable netfilter and wireless extensions
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.30
/
025-mips_disable_fpu.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch
b/target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch
index
ffd0af5
..
a8ffc23
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch
+++ b/
target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch
@@
-115,7
+115,7
@@
Signed-off-by: Florian Fainelli <florian@openwrt.org>
void fpu_emulator_init_fpu(void)
{
static int first = 1;
void fpu_emulator_init_fpu(void)
{
static int first = 1;
-@@ -112,4 +113,3
4
@@ int fpu_emulator_restore_context32(struc
+@@ -112,4 +113,3
6
@@ int fpu_emulator_restore_context32(struc
return err;
}
return err;
}
@@
-125,6
+125,8
@@
Signed-off-by: Florian Fainelli <florian@openwrt.org>
+
+void fpu_emulator_init_fpu(void)
+{
+
+void fpu_emulator_init_fpu(void)
+{
++ printk(KERN_INFO "FPU emulator disabled, make sure your toolchain"
++ "was compiled with software floating point support (soft-float)\n");
+ return;
+}
+
+ return;
+}
+
This page took
0.02112 seconds
and
4
git commands to generate.