attilio 2007-11-28 05:50:45 UTC
FreeBSD src repository
Modified files:
sys/amd64/conf GENERIC
sys/conf NOTES options
sys/i386/conf GENERIC XBOX
sys/kern kern_mutex.c
sys/sparc64/conf GENERIC
sys/sun4v/conf GENERIC
Log:
Make ADAPTIVE_GIANT as the default in the kernel and remove the option.
Currently, Giant is not too much contented so that it is ok to treact it
like any other mutexes.
Please don't forget to update your own custom config kernel files.
Approved by: cognet, marcel (maintainers of arches where option is
not enabled at the moment)
Revision Changes Path
1.488 +0 -1 src/sys/amd64/conf/GENERIC
1.1456 +0 -6 src/sys/conf/NOTES
1.609 +0 -1 src/sys/conf/options
1.477 +0 -1 src/sys/i386/conf/GENERIC
1.8 +0 -1 src/sys/i386/conf/XBOX
1.202 +0 -8 src/sys/kern/kern_mutex.c
1.128 +0 -1 src/sys/sparc64/conf/GENERIC
1.15 +0 -1 src/sys/sun4v/conf/GENERIC
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"