[kernel] Some build fixes.
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.21 / 024-mips_disable_fpu.patch
index eabc3bfccdbd4892487e3fedded4841c1c531190..3476d158ea91557485396b8c534a84d45b471f3a 100644 (file)
@@ -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 */