mirror of
https://github.com/torvalds/linux.git
synced 2026-06-19 12:32:27 +02:00
Here we have another kind of deviation from the default case - a difference between exporting functions and non-functions. EXPORT_DATA_SYMBOL... is really different from EXPORT_SYMBOL... on ia64, and we need to use the right one when moving exports from *.c where C compiler has the required information to *.S, where we need to supply it manually. parisc64 will be another one like that. Tested-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |
||
|---|---|---|
| .. | ||
| carta_random.S | ||
| checksum.c | ||
| clear_page.S | ||
| clear_user.S | ||
| copy_page_mck.S | ||
| copy_page.S | ||
| copy_user.S | ||
| csum_partial_copy.c | ||
| do_csum.S | ||
| flush.S | ||
| idiv32.S | ||
| idiv64.S | ||
| io.c | ||
| ip_fast_csum.S | ||
| Makefile | ||
| memcpy_mck.S | ||
| memcpy.S | ||
| memset.S | ||
| strlen_user.S | ||
| strlen.S | ||
| strncpy_from_user.S | ||
| strnlen_user.S | ||
| xor.S | ||