diff options
| -rw-r--r-- | arch/xtensa/kernel/xtensa_ksyms.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/xtensa_ksyms.c b/arch/xtensa/kernel/xtensa_ksyms.c index 88fe2f2f376d..a8b9f1fd1e17 100644 --- a/arch/xtensa/kernel/xtensa_ksyms.c +++ b/arch/xtensa/kernel/xtensa_ksyms.c | |||
| @@ -74,8 +74,25 @@ EXPORT_SYMBOL(__umodsi3); | |||
| 74 | EXPORT_SYMBOL(__udivdi3); | 74 | EXPORT_SYMBOL(__udivdi3); |
| 75 | EXPORT_SYMBOL(__umoddi3); | 75 | EXPORT_SYMBOL(__umoddi3); |
| 76 | EXPORT_SYMBOL(__ucmpdi2); | 76 | EXPORT_SYMBOL(__ucmpdi2); |
| 77 | |||
| 78 | void __xtensa_libgcc_window_spill(void) | ||
| 79 | { | ||
| 80 | BUG(); | ||
| 81 | } | ||
| 77 | EXPORT_SYMBOL(__xtensa_libgcc_window_spill); | 82 | EXPORT_SYMBOL(__xtensa_libgcc_window_spill); |
| 78 | 83 | ||
| 84 | unsigned long __sync_fetch_and_and_4(unsigned long *p, unsigned long v) | ||
| 85 | { | ||
| 86 | BUG(); | ||
| 87 | } | ||
| 88 | EXPORT_SYMBOL(__sync_fetch_and_and_4); | ||
| 89 | |||
| 90 | unsigned long __sync_fetch_and_or_4(unsigned long *p, unsigned long v) | ||
| 91 | { | ||
| 92 | BUG(); | ||
| 93 | } | ||
| 94 | EXPORT_SYMBOL(__sync_fetch_and_or_4); | ||
| 95 | |||
| 79 | #ifdef CONFIG_NET | 96 | #ifdef CONFIG_NET |
| 80 | /* | 97 | /* |
| 81 | * Networking support | 98 | * Networking support |
