Update of /cvsroot/linuxcompressed/linux/arch/i386
In directory usw-pr-cvs1:/tmp/cvs-serv28423/arch/i386
Modified Files:
config.in
Log Message:
Cleanups
o remove support for pages with buffers
o virtual swap code (mainly when freeing an entry or allocating a page to
service a page fault)
Other
o Added help for CONFIG_COMP_DOUBLE_PAGE into Configure.help
Index: config.in
===================================================================
RCS file: /cvsroot/linuxcompressed/linux/arch/i386/config.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** config.in 15 Jul 2002 20:52:22 -0000 1.20
--- config.in 16 Jul 2002 18:41:54 -0000 1.21
***************
*** 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
--- 212,216 ----
bool ' Support for Page Cache compression' CONFIG_COMP_PAGE_CACHE
bool ' Resize Compressed Cache On Demand' CONFIG_COMP_DEMAND_RESIZE
! bool ' Double Page Size' CONFIG_COMP_DOUBLE_PAGE
fi
fi
|