]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/openzaurus-pxa-2.4.18-rmk7-pxa3-embedix20031107/swap-performance.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / openzaurus-pxa-2.4.18-rmk7-pxa3-embedix20031107 / swap-performance.patch
1 *** ../linux/mm/swap.c  Tue Jan 14 14:54:41 2003
2 --- linux/mm/swap.c     Sun Sep 28 21:34:25 2003
3 ***************
4 *** 32,38 ****
5   int page_cluster;
6   
7   pager_daemon_t pager_daemon = {
8 !       512,    /* base number for calculating the number of tries */
9         SWAP_CLUSTER_MAX,       /* minimum number of tries */
10         8,      /* do swap I/O in clusters of this size */
11   };
12 --- 32,38 ----
13   int page_cluster;
14   
15   pager_daemon_t pager_daemon = {
16 !       128,    /* base number for calculating the number of tries */
17         SWAP_CLUSTER_MAX,       /* minimum number of tries */
18         8,      /* do swap I/O in clusters of this size */
19   };