[lc-checkins] CVS: linux/arch/i386 config.in,1.17,1.18
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@us...> - 2002-06-20 14:28:52
|
Update of /cvsroot/linuxcompressed/linux/arch/i386 In directory usw-pr-cvs1:/tmp/cvs-serv24634/arch/i386 Modified Files: config.in Log Message: Cleanup o Removed adapt_comp_cache() and all CONFIG_COMP_ADAPTIVITY related stuff. That will be replaced by growing/shrinking by demand at the moment. Index: config.in =================================================================== RCS file: /cvsroot/linuxcompressed/linux/arch/i386/config.in,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** config.in 28 Apr 2002 20:51:32 -0000 1.17 --- config.in 20 Jun 2002 14:28:49 -0000 1.18 *************** *** 209,216 **** if [ "$CONFIG_SMP" != "y" ]; then dep_bool 'Compressed cache (EXPERIMENTAL)' CONFIG_COMP_CACHE $CONFIG_EXPERIMENTAL - define_bool CONFIG_COMP_ADAPTIVITY n if [ "$CONFIG_COMP_CACHE" = "y" ]; then bool ' Support for Page Cache compression' CONFIG_COMP_PAGE_CACHE - bool ' Automatic adaptivity for compressed cache size' CONFIG_COMP_ADAPTIVITY fi fi --- 209,214 ---- |