[mpc83xx]: FIT uImage support for the MPC8377-WLAN
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.21 / 024-mips_disable_fpu.patch
index 4775069..3476d15 100644 (file)
@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
        bool
  
 +config MIPS_FPU_EMU
-+      bool
-+      default n
++      bool "Enable FPU emulation"
++      default y
 +      help
 +         This option allows building a kernel with or without the Algorithmics
 +         FPU emulator enabled. Turning off this option results in a kernel which
@@ -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 */
This page took 0.024626 seconds and 4 git commands to generate.