[PATCH 12/27] sched: numa: Correct adjustment of numa_scan_period

2013-08-08 Thread Mel Gorman
numa_scan_period is in milliseconds, not jiffies. Properly placed pages slow the scanning rate but adding 10 jiffies to numa_scan_period means that the rate scanning slows depends on HZ which is confusing. Get rid of the jiffies_to_msec conversion and treat it as ms. Signed-off-by: Mel Gorman

[PATCH 12/27] sched: numa: Correct adjustment of numa_scan_period

2013-08-08 Thread Mel Gorman
numa_scan_period is in milliseconds, not jiffies. Properly placed pages slow the scanning rate but adding 10 jiffies to numa_scan_period means that the rate scanning slows depends on HZ which is confusing. Get rid of the jiffies_to_msec conversion and treat it as ms. Signed-off-by: Mel Gorman