Update of /cvsroot/linuxcompressed/linux/include/linux
In directory usw-pr-cvs1:/tmp/cvs-serv28265/include/linux
Modified Files:
comp_cache.h
Log Message:
- our kernel parameter "compsize=" will accept as input the same values as
mem=, so you can enter the number of megabytes, kilobytes or even gigabytes
(although a compressed cache cannot have that size) without having to
convert this number into the number of memory pages. For example,
compsize=16M or compsize=1024K will work now.
Index: comp_cache.h
===================================================================
RCS file: /cvsroot/linuxcompressed/linux/include/linux/comp_cache.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** comp_cache.h 21 May 2002 18:49:06 -0000 1.67
--- comp_cache.h 23 May 2002 13:52:44 -0000 1.68
***************
*** 2,6 ****
* linux/mm/comp_cache.h
*
! * Time-stamp: <2002-05-21 15:10:13 rcastro>
*
* Linux Virtual Memory Compressed Cache
--- 2,6 ----
* linux/mm/comp_cache.h
*
! * Time-stamp: <2002-05-23 10:20:14 rcastro>
*
* Linux Virtual Memory Compressed Cache
***************
*** 29,33 ****
#include <linux/WKcommon.h>
! #define COMP_CACHE_VERSION "0.23pre4"
/* maximum compressed size of a page */
--- 29,33 ----
#include <linux/WKcommon.h>
! #define COMP_CACHE_VERSION "0.23pre5"
/* maximum compressed size of a page */
|