mm: swap - set page_cluster at 0
Signed-off-by: ThunderStorms21th <pinakastorm@gmail.com>
This commit is contained in:
parent
4cf82f496d
commit
484f198a6b
1 changed files with 1 additions and 1 deletions
|
@ -1314,7 +1314,7 @@ void __init swap_setup(void)
|
|||
if (megs < 16)
|
||||
page_cluster = 2;
|
||||
else
|
||||
page_cluster = 3;
|
||||
page_cluster = 0; /* default 3 */
|
||||
/*
|
||||
* Right now other parts of the system means that we
|
||||
* _really_ don't want to cluster much more
|
||||
|
|
Loading…
Add table
Reference in a new issue