rseq: uapi: Update uapi comments
[linux-2.6-microblaze.git] / kernel / rseq.c
index 2c8463a..2a77486 100644 (file)
@@ -201,7 +201,7 @@ static int clear_rseq_cs(struct task_struct *t)
         * of code outside of the rseq assembly block. This performs
         * a lazy clear of the rseq_cs field.
         *
-        * Set rseq_cs to NULL with single-copy atomicity.
+        * Set rseq_cs to NULL.
         */
        return put_user(0UL, &t->rseq->rseq_cs);
 }