aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2020-11-10 13:10:15 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2020-11-10 13:10:15 +0000
commita9959284a73bfa0c73ed387dcb1c2f4c7e9b9e0e (patch)
tree2e6d875cec9546c40bd3f450bcf3e799ec11f7ac /sys/modules
parentaa9cf2bbdac3a983e761f516b1ebce3598087a10 (diff)
downloadsrc-a9959284a73bfa0c73ed387dcb1c2f4c7e9b9e0e.tar.gz
src-a9959284a73bfa0c73ed387dcb1c2f4c7e9b9e0e.zip
MFC r364860 and r366996:
Implement extensible arrays API using the existing radix tree implementation in the LinuxKPI. Differential Revision: https://reviews.freebsd.org/D25101 Reviewed by: kib @ Sponsored by: Mellanox Technologies // NVIDIA Networking
Notes
Notes: svn path=/stable/12/; revision=367556
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/linuxkpi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/linuxkpi/Makefile b/sys/modules/linuxkpi/Makefile
index 5b5633a982e6..1491f1ff6f1a 100644
--- a/sys/modules/linuxkpi/Makefile
+++ b/sys/modules/linuxkpi/Makefile
@@ -17,7 +17,8 @@ SRCS= linux_compat.c \
linux_slab.c \
linux_tasklet.c \
linux_usb.c \
- linux_work.c
+ linux_work.c \
+ linux_xarray.c
SRCS+= ${LINUXKPI_GENSRCS}