summaryrefslogtreecommitdiff
path: root/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/swap-performance.patch
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2005-08-23 13:36:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-23 13:36:27 +0000
commitfcb42fc75c2f7ec104735fcfbef993ec62e946c8 (patch)
tree2270afc2033f1c503e62b1935f64b2cf1540048f /packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/swap-performance.patch
parent7203552a097c7429519f89ed179f241496cf6394 (diff)
parent639df729bedfa9e2ed58c8a7e7240d05a23752d2 (diff)
merge of ddc841bc5413de481ba5f7392575bba7a9ef04a7
and f19ce428c20ed51be635a051213519acfded5d4b
Diffstat (limited to 'packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/swap-performance.patch')
-rw-r--r--packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/swap-performance.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/swap-performance.patch b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/swap-performance.patch
new file mode 100644
index 0000000000..1cde717bb4
--- /dev/null
+++ b/packages/linux/openzaurus-pxa27x-2.4.20-rmk2-embedix20050602/swap-performance.patch
@@ -0,0 +1,19 @@
+*** ../linux/mm/swap.c Tue Jan 14 14:54:41 2003
+--- linux/mm/swap.c Sun Sep 28 21:34:25 2003
+***************
+*** 32,38 ****
+ int page_cluster;
+
+ pager_daemon_t pager_daemon = {
+! 512, /* base number for calculating the number of tries */
+ SWAP_CLUSTER_MAX, /* minimum number of tries */
+ 8, /* do swap I/O in clusters of this size */
+ };
+--- 32,38 ----
+ int page_cluster;
+
+ pager_daemon_t pager_daemon = {
+! 128, /* base number for calculating the number of tries */
+ SWAP_CLUSTER_MAX, /* minimum number of tries */
+ 8, /* do swap I/O in clusters of this size */
+ };