]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - kernel/rseq.c
rseq: Clean up comments by reflecting removal of event counter
[mirror_ubuntu-hirsute-kernel.git] / kernel / rseq.c
index 25e9a7b60eba43e14db86283cb07e8a172c9de4f..849afe74913179a7b8ce581de83e724ce1bf96f6 100644 (file)
@@ -254,8 +254,7 @@ static int rseq_ip_fixup(struct pt_regs *regs)
  * - signal delivery,
  * and return to user-space.
  *
- * This is how we can ensure that the entire rseq critical section,
- * consisting of both the C part and the assembly instruction sequence,
+ * This is how we can ensure that the entire rseq critical section
  * will issue the commit instruction only if executed atomically with
  * respect to other threads scheduled on the same CPU, and with respect
  * to signal handlers.