tracing/syscalls: Ignore numbers outside NR_syscalls' range
[platform/adaptation/renesas_rcar/renesas_kernel.git] / kernel / cpuset.c
index 6b27e5c..15b3ea6 100644 (file)
@@ -1022,7 +1022,7 @@ static void cpuset_change_task_nodemask(struct task_struct *tsk,
        task_lock(tsk);
        /*
         * Determine if a loop is necessary if another thread is doing
-        * get_mems_allowed().  If at least one node remains unchanged and
+        * read_mems_allowed_begin().  If at least one node remains unchanged and
         * tsk does not have a mempolicy, then an empty nodemask will not be
         * possible when mems_allowed is larger than a word.
         */