PERFORCE change 88099 for review

Warner Losh imp at FreeBSD.org
Mon Dec 12 13:57:59 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=88099

Change 88099 by imp at 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


More information about the p4-projects mailing list