Update of /cvsroot/linuxcompressed/linux/arch/i386
In directory usw-pr-cvs1:/tmp/cvs-serv1029/arch/i386
Modified Files:
config.in
Log Message:
Feature
o Added feature to enable 8K pages (on i386). This option can only be
selected if "Resize Compressed Cache On Demand" is enabled since it does not
support pages with buffers.
The motive to implement this idea is to make better use of the space
reserved for compressed cache, since depending on the compression ratio,
several fragments end up stored alone in a page.
Index: config.in
===================================================================
RCS file: /cvsroot/linuxcompressed/linux/arch/i386/config.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** config.in 25 Jun 2002 14:34:07 -0000 1.19
--- config.in 15 Jul 2002 20:52:22 -0000 1.20
***************
*** 212,215 ****
--- 212,216 ----
bool ' Support for Page Cache compression' CONFIG_COMP_PAGE_CACHE
bool ' Resize Compressed Cache On Demand' CONFIG_COMP_DEMAND_RESIZE
+ dep_bool ' Double Page Size' CONFIG_COMP_DOUBLE_PAGE $CONFIG_COMP_DEMAND_RESIZE
fi
fi
|