]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - mm/migrate.c
KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
[mirror_ubuntu-jammy-kernel.git] / mm / migrate.c
index ee802cb509a3f425fc6884fe0930b506787dfd4f..ee5e612b4cd87bcab7b72948bee803d4fb346615 100644 (file)
@@ -2594,7 +2594,7 @@ static bool migrate_vma_check_page(struct page *page)
                 * will bump the page reference count. Sadly there is no way to
                 * differentiate a regular pin from migration wait. Hence to
                 * avoid 2 racing thread trying to migrate back to CPU to enter
-                * infinite loop (one stoping migration because the other is
+                * infinite loop (one stopping migration because the other is
                 * waiting on pte migration entry). We always return true here.
                 *
                 * FIXME proper solution is to rework migration_entry_wait() so