diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-11-28 22:25:26 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-11-28 22:25:26 +0000 |
commit | 4a23c7a92cc675f73a91bed72ee031cfdd4eb8c9 (patch) | |
tree | 9de34972b1ef5b051344f02447e057736968bab9 /target/linux/generic-2.6/patches-2.6.21 | |
parent | 2ee2679ac97098e9cf394ca4e78d2cc6ac5fad85 (diff) | |
download | upstream-4a23c7a92cc675f73a91bed72ee031cfdd4eb8c9.tar.gz upstream-4a23c7a92cc675f73a91bed72ee031cfdd4eb8c9.tar.bz2 upstream-4a23c7a92cc675f73a91bed72ee031cfdd4eb8c9.zip |
Some build fixes.
SVN-Revision: 18590
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.patch | 2 |
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 */ |