<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Rik Van Riel &lt;riel@redhat.com&gt;

One small (and obvious) bugfix for this patch.

Signed-off-by: Rik van Riel &lt;riel@redhat.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 mm/thrash.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/thrash.c~swaptoken-tuning-fix mm/thrash.c
--- 25/mm/thrash.c~swaptoken-tuning-fix	2005-06-28 22:45:34.000000000 -0700
+++ 25-akpm/mm/thrash.c	2005-06-28 22:45:34.000000000 -0700
@@ -19,7 +19,7 @@ static unsigned long swap_token_check;
 struct mm_struct * swap_token_mm = &amp;init_mm;
 
 #define SWAP_TOKEN_CHECK_INTERVAL (HZ * 2)
-#define SWAP_TOKEN_TIMEOUT	300
+#define SWAP_TOKEN_TIMEOUT	(300 * HZ)
 /*
  * Currently disabled; Needs further code to work at HZ * 300.
  */
_
</pre></body></html>