summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.arm
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2014-08-05 09:44:10 +0000
committerglebius <glebius@FreeBSD.org>2014-08-05 09:44:10 +0000
commit991a1f338d51c4c8f87ae530a1142a92f1626c96 (patch)
tree4d877314a59ae549347eb85276851e4a8dce37a7 /sys/conf/files.arm
parent7cb9d0139b7fbaa1a047ddb52ee3674df1c313f4 (diff)
downloadFreeBSD-src-991a1f338d51c4c8f87ae530a1142a92f1626c96.zip
FreeBSD-src-991a1f338d51c4c8f87ae530a1142a92f1626c96.tar.gz
Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c
The MD allocators were very common, however there were some minor differencies. These differencies were all consolidated in the MI allocator, under ifdefs. The defines from machine/vmparam.h turn on features required for a particular machine. For details look in the comment in sys/sf_buf.h. As result no MD code left in sys/*/*/vm_machdep.c. Some arches still have machine/sf_buf.h, which is usually quite small. Tested by: glebius (i386), tuexen (arm32), kevlo (arm32) Reviewed by: kib Sponsored by: Netflix Sponsored by: Nginx, Inc.
Diffstat (limited to 'sys/conf/files.arm')
-rw-r--r--sys/conf/files.arm1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index 7243c17..1f7c71d 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -77,6 +77,7 @@ font.h optional sc \
clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
kern/subr_busdma_bufalloc.c standard
kern/subr_dummy_vdso_tc.c standard
+kern/subr_sfbuf.c standard
libkern/arm/aeabi_unwind.c standard
libkern/arm/divsi3.S standard
libkern/arm/ffs.S standard
OpenPOWER on IntegriCloud