[lc-checkins] CVS: linux/include/linux comp_cache.h,1.71,1.72
Status: Beta
Brought to you by:
nitin_sf
|
From: Rodrigo S. de C. <rc...@us...> - 2002-05-30 16:33:21
|
Update of /cvsroot/linuxcompressed/linux/include/linux
In directory usw-pr-cvs1:/tmp/cvs-serv6396/include/linux
Modified Files:
comp_cache.h
Log Message:
Added a new kernel parameter ("compalg=") which selects the initial
compression algorithm.
0 - WKdm (default)
1 - WK4x4
2 - LZO
Index: comp_cache.h
===================================================================
RCS file: /cvsroot/linuxcompressed/linux/include/linux/comp_cache.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -r1.71 -r1.72
*** comp_cache.h 29 May 2002 21:28:54 -0000 1.71
--- comp_cache.h 30 May 2002 16:33:17 -0000 1.72
***************
*** 2,6 ****
* linux/mm/comp_cache.h
*
! * Time-stamp: <2002-05-29 18:14:38 rcastro>
*
* Linux Virtual Memory Compressed Cache
--- 2,6 ----
* linux/mm/comp_cache.h
*
! * Time-stamp: <2002-05-30 13:12:50 rcastro>
*
* Linux Virtual Memory Compressed Cache
***************
*** 29,33 ****
#include <linux/WKcommon.h>
! #define COMP_CACHE_VERSION "0.23pre5"
/* maximum compressed size of a page */
--- 29,33 ----
#include <linux/WKcommon.h>
! #define COMP_CACHE_VERSION "0.23pre6"
/* maximum compressed size of a page */
|