]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linuxkpi: move io_mapping_create_wc to .c
authorWarner Losh <imp@FreeBSD.org>
Tue, 5 Apr 2022 05:06:37 +0000 (23:06 -0600)
committerWarner Losh <imp@FreeBSD.org>
Tue, 5 Apr 2022 14:40:11 +0000 (08:40 -0600)
commit4e94b3542dd6a5c3f60431e811013f4dbf603227
tree174aa66e0736d2fdf464040ec0e9979c635a02dd
parent211621030e19553c7bd321b05694418920517736
linuxkpi: move io_mapping_create_wc to .c

Move io_mapping_create_wc to .c because it encodes the size of struct
io_mapping so we move this from the client module to the linuxkpi
module.

Sponsored by: Netflix
Reviewed by: hselasky, emaste
Differential Revision: https://reviews.freebsd.org/D34776

(cherry picked from commit 132b00f90613d8cc797137d4c3d2dcb99ba3c690)
sys/compat/linuxkpi/common/include/linux/io-mapping.h
sys/compat/linuxkpi/common/src/linux_compat.c