]> 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 05:06:37 +0000 (23:06 -0600)
commit132b00f90613d8cc797137d4c3d2dcb99ba3c690
tree51d73a20727de56f92c450abb70f92ec204abcc6
parent2bf3361d56f70d87a19f5d2bc8d258d418fb7a24
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
sys/compat/linuxkpi/common/include/linux/io-mapping.h
sys/compat/linuxkpi/common/src/linux_compat.c