|
@@ -74,8 +74,25 @@ EXPORT_SYMBOL(__umodsi3);
|
|
EXPORT_SYMBOL(__udivdi3);
|
|
EXPORT_SYMBOL(__udivdi3);
|
|
EXPORT_SYMBOL(__umoddi3);
|
|
EXPORT_SYMBOL(__umoddi3);
|
|
EXPORT_SYMBOL(__ucmpdi2);
|
|
EXPORT_SYMBOL(__ucmpdi2);
|
|
|
|
+
|
|
|
|
+void __xtensa_libgcc_window_spill(void)
|
|
|
|
+{
|
|
|
|
+ BUG();
|
|
|
|
+}
|
|
EXPORT_SYMBOL(__xtensa_libgcc_window_spill);
|
|
EXPORT_SYMBOL(__xtensa_libgcc_window_spill);
|
|
|
|
|
|
|
|
+unsigned long __sync_fetch_and_and_4(unsigned long *p, unsigned long v)
|
|
|
|
+{
|
|
|
|
+ BUG();
|
|
|
|
+}
|
|
|
|
+EXPORT_SYMBOL(__sync_fetch_and_and_4);
|
|
|
|
+
|
|
|
|
+unsigned long __sync_fetch_and_or_4(unsigned long *p, unsigned long v)
|
|
|
|
+{
|
|
|
|
+ BUG();
|
|
|
|
+}
|
|
|
|
+EXPORT_SYMBOL(__sync_fetch_and_or_4);
|
|
|
|
+
|
|
#ifdef CONFIG_NET
|
|
#ifdef CONFIG_NET
|
|
/*
|
|
/*
|
|
* Networking support
|
|
* Networking support
|