svn commit: r298298 - head/sys/boot/userboot/userboot
Allan Jude
allanjude at FreeBSD.org
Tue Apr 19 20:56:46 UTC 2016
Author: allanjude
Date: Tue Apr 19 20:56:45 2016
New Revision: 298298
URL: https://svnweb.freebsd.org/changeset/base/298298
Log:
Link bcache into userboot.so, was not added in r298230
This should help speed up bhyve boots too
Reviewed by: olivier
Modified:
head/sys/boot/userboot/userboot/Makefile
Modified: head/sys/boot/userboot/userboot/Makefile
==============================================================================
--- head/sys/boot/userboot/userboot/Makefile Tue Apr 19 20:56:02 2016 (r298297)
+++ head/sys/boot/userboot/userboot/Makefile Tue Apr 19 20:56:45 2016 (r298298)
@@ -11,6 +11,7 @@ STRIP=
LIBDIR= /boot
SRCS= autoload.c
+SRCS+= bcache.c
SRCS+= biossmap.c
SRCS+= bootinfo.c
SRCS+= bootinfo32.c
More information about the svn-src-head
mailing list