Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2016 20:56:45 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298298 - head/sys/boot/userboot/userboot
Message-ID:  <201604192056.u3JKujjW046099@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604192056.u3JKujjW046099>