mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[kernel] Some build fixes.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18590 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user