|
@@ -2400,8 +2400,8 @@ void task_numa_fault(int last_cpupid, int mem_node, int pages, int flags)
|
|
|
local = 1;
|
|
|
|
|
|
/*
|
|
|
- * Retry task to preferred node migration periodically, in case it
|
|
|
- * case it previously failed, or the scheduler moved us.
|
|
|
+ * Retry to migrate task to preferred node periodically, in case it
|
|
|
+ * previously failed, or the scheduler moved us.
|
|
|
*/
|
|
|
if (time_after(jiffies, p->numa_migrate_retry)) {
|
|
|
task_numa_placement(p);
|