From: Rik Van Riel <riel@redhat.com>

One small (and obvious) bugfix for this patch.

Signed-off-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 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 = &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.
  */
_