#endif
 #ifdef CONFIG_NUMA_BALANCING
                /*
-                * 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.
+                * numa_next_scan is the next time that PTEs will be remapped
+                * PROT_NONE to trigger NUMA hinting faults; such faults gather
+                * statistics and migrate pages to new nodes if necessary.
                 */
                unsigned long numa_next_scan;
 
-               /* Restart point for scanning and setting pte_numa */
+               /* Restart point for scanning and remapping PTEs. */
                unsigned long numa_scan_offset;
 
-               /* numa_scan_seq prevents two threads setting pte_numa */
+               /* numa_scan_seq prevents two threads remapping PTEs. */
                int numa_scan_seq;
 #endif
                /*
                 * An operation with batched TLB flushing is going on. Anything
                 * that can move process memory needs to flush the TLB when
-                * moving a PROT_NONE or PROT_NUMA mapped page.
+                * moving a PROT_NONE mapped page.
                 */
                atomic_t tlb_flush_pending;
 #ifdef CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH