1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* csum_copy_to_user.S: Checksum+copy to userspace.
4 * Copyright (C) 2005 David S. Miller (davem@davemloft.net)
9 .section .fixup,"ax"; \
13 .section __ex_table,"a";\
19 #define FUNC_NAME __csum_partial_copy_to_user
20 #define STORE(type,src,addr) type##a src, [addr] %asi
22 #include "csum_copy.S"