aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.21
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-11-28 22:25:26 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-11-28 22:25:26 +0000
commit8c112fb84e3ca36b28c0bdfd8599f5f830e1900d (patch)
tree5303b2bcb96033913f943b42cb26b0146cf31486 /target/linux/generic-2.6/patches-2.6.21
parentb1d12c1feb88218b3d60dc61a16380ee09be90a2 (diff)
downloadupstream-8c112fb84e3ca36b28c0bdfd8599f5f830e1900d.tar.gz
upstream-8c112fb84e3ca36b28c0bdfd8599f5f830e1900d.tar.bz2
upstream-8c112fb84e3ca36b28c0bdfd8599f5f830e1900d.zip
[kernel] Some build fixes.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18590 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.21')
-rw-r--r--target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch b/target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch
index eabc3bfccd..3476d158ea 100644
--- a/target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch
+++ b/target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch
@@ -135,6 +135,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
+ return 0;
+}
+
++#ifdef CONFIG_64BIT
+int fpu_emulator_save_context32(struct sigcontext32 __user *sc)
+{
+ return 0;
@@ -145,6 +146,5 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
+ return 0;
+}
+
-+#ifdef CONFIG_64BIT
+#endif /* CONFIG_64BIT */
+#endif /* CONFIG_MIPS_FPU_EMU */