|
@@ -414,9 +414,9 @@ struct mm_struct {
|
|
|
#endif
|
|
|
#ifdef CONFIG_NUMA_BALANCING
|
|
|
/*
|
|
|
- * numa_next_scan is the next time when the PTEs will me marked
|
|
|
- * pte_numa to gather statistics and migrate pages to new nodes
|
|
|
- * if necessary
|
|
|
+ * numa_next_scan is the next time that the PTEs will be marked
|
|
|
+ * pte_numa. NUMA hinting faults will gather statistics and migrate
|
|
|
+ * pages to new nodes if necessary.
|
|
|
*/
|
|
|
unsigned long numa_next_scan;
|
|
|
|