WSL2-Linux-Kernel/arch/cris/arch-v32/lib
Jesper Nilsson dbd3c7e1bf CRIS: Export missing function symbols
strcmp was lost when all other string functions were removed,
but we still have an optimized version for this on CRISv32,
so any driver built as a module would not have access to this symbol.

In a similar manner, we had optimized versions of
csum_partial_copy_from_user and __do_clear_user
but no exported symbols for them, breaking bunch of other drivers
when built as a module.

At the same time, move EXPORT_SYMBOL(__copy_user) and
EXPORT_SYMBOL(__copy_user_zeroing) C-files so it's
located together with the function definition.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
2014-12-20 00:03:22 +01:00
..
Makefile CRISv32: Add arch optimized strcmp. 2009-06-10 15:21:03 +02:00
checksum.S CRIS: Add debug info for assembler code 2010-08-04 13:02:29 +02:00
checksumcopy.S CRIS: Add debug symbols for assembler code 2010-08-04 13:02:29 +02:00
csumcpfruser.S [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
delay.c CRIS v32: Add precise delay loops for ETRAX FS and ARTPEC-3. 2008-02-08 11:06:35 +01:00
memset.c cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gcc 2008-02-14 20:58:04 -08:00
spinlock.S CRIS: Add debug info for assembler code 2010-08-04 13:02:30 +02:00
strcmp.S CRISv32: Add arch optimized strcmp. 2009-06-10 15:21:03 +02:00
string.c CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4 2008-03-04 16:35:13 -08:00
usercopy.c CRIS: Export missing function symbols 2014-12-20 00:03:22 +01:00