From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/Documentation/vm/mmu_notifier.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/vm/mmu_notifier.rst b/kernel/Documentation/vm/mmu_notifier.rst index 47baa1c..df5d777 100644 --- a/kernel/Documentation/vm/mmu_notifier.rst +++ b/kernel/Documentation/vm/mmu_notifier.rst @@ -89,7 +89,7 @@ So here because at time N+2 the clear page table entry was not pair with a notification to invalidate the secondary TLB, the device see the new value for -addrB before seing the new value for addrA. This break total memory ordering +addrB before seeing the new value for addrA. This break total memory ordering for the device. When changing a pte to write protect or to point to a new write protected page -- Gitblit v1.6.2