Date: Thu, 2 Nov 2006 00:26:45 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common Makefile.inc src/sys/boot/i386/loader Makefile src/sys/boot/ia64/efi main.c src/sys/boot/ia64/ski main.c src/sys/boot/ofw/common main.c src/sys/boot/pc98/loader Makefile src/sys/boot/sparc64/loader main.c Message-ID: <200611020026.kA20Qj5K086119@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2006-11-02 00:26:45 UTC FreeBSD src repository Modified files: sys/boot/common Makefile.inc sys/boot/i386/loader Makefile sys/boot/ia64/efi main.c sys/boot/ia64/ski main.c sys/boot/ofw/common main.c sys/boot/pc98/loader Makefile sys/boot/sparc64/loader main.c Log: Don't unconditionally compile-in the bcache code. It's only used on i386/amd64 and pc98. Remove useless calls to bcache_init() from the ia64 and sparc64 loaders, as well as from the OFW common code. Revision Changes Path 1.23 +5 -1 src/sys/boot/common/Makefile.inc 1.84 +3 -0 src/sys/boot/i386/loader/Makefile 1.25 +0 -5 src/sys/boot/ia64/efi/main.c 1.7 +0 -5 src/sys/boot/ia64/ski/main.c 1.8 +0 -5 src/sys/boot/ofw/common/main.c 1.41 +2 -0 src/sys/boot/pc98/loader/Makefile 1.29 +0 -2 src/sys/boot/sparc64/loader/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611020026.kA20Qj5K086119>