Date: Mon, 12 Dec 2005 21:57:56 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 88099 for review Message-ID: <200512122157.jBCLvueO085629@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=88099 Change 88099 by imp@imp_Speedy on 2005/12/12 21:57:20 turn on some space saving options. MUTEX_NOINLINE helps the most! Affected files ... .. //depot/projects/arm/src/sys/arm/conf/KB920X#5 edit Differences ... ==== //depot/projects/arm/src/sys/arm/conf/KB920X#5 (text+ko) ==== @@ -58,7 +58,10 @@ options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev -#options SYSCTL_OMIT_DESCR +options SYSCTL_OMIT_DESCR +options MUTEX_NOINLINE +options NO_FFS_SNAPSHOT +options NO_SWAPPING device genclock device loop device ether
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512122157.jBCLvueO085629>