diff options
| author | Hugh Dickins <[email protected]> | 2006-01-06 00:10:55 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-01-06 08:33:24 -0800 |
| commit | c484d41042e6ccb88089ca41e3b3eed1bafdae21 (patch) | |
| tree | c65e522698456899ed5ab058373d3ca2aad1650b /scripts/basic/docproc.c | |
| parent | 161599ff39a3c3cdea0a1be05ac53accd2c45cdd (diff) | |
[PATCH] mm: free_pages_and_swap_cache opt
Minor optimization (though it doesn't help in the PREEMPT case, severely
constrained by small ZAP_BLOCK_SIZE). free_pages_and_swap_cache works in
chunks of 16, calling release_pages which works in chunks of PAGEVEC_SIZE.
But PAGEVEC_SIZE was dropped from 16 to 14 in 2.6.10, so we're now doing more
spin_lock_irq'ing than necessary: use PAGEVEC_SIZE throughout.
Signed-off-by: Hugh Dickins <[email protected]>
Signed-off-by: Nick Piggin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic/docproc.c')
0 files changed, 0 insertions, 0 deletions