From: Andrew Morton wimp. Cc: Con Kolivas Signed-off-by: Andrew Morton --- init/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN init/Kconfig~mm-implement-swap-prefetching-default-y init/Kconfig --- devel/init/Kconfig~mm-implement-swap-prefetching-default-y 2005-10-11 22:35:25.000000000 -0700 +++ devel-akpm/init/Kconfig 2005-10-11 22:35:25.000000000 -0700 @@ -106,7 +106,7 @@ config SWAP config SWAP_PREFETCH bool "Support for prefetching swapped memory" depends on SWAP - default n + default y ---help--- This option will allow the kernel to prefetch swapped memory pages when idle. The pages will be kept on both swap and in swap_cache _