]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
x86/xen: update outdated comment
authorkexinsun <kexinsun@smail.nju.edu.cn>
Tue, 24 Feb 2026 02:24:24 +0000 (10:24 +0800)
committerJuergen Gross <jgross@suse.com>
Tue, 3 Mar 2026 13:54:59 +0000 (14:54 +0100)
The function xen_flush_tlb_others() was renamed xen_flush_tlb_multi()
by commit 4ce94eabac16 ("x86/mm/tlb: Flush remote and local TLBs
concurrently").  Update the comment accordingly.

Signed-off-by: kexinsun <kexinsun@smail.nju.edu.cn>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Message-ID: <20260224022424.1718-1-kexinsun@smail.nju.edu.cn>

arch/x86/xen/enlighten_pv.c

index b74ff8bc7f2a8df2ff8d11bb72a01f4ee7acfeec..fde5f44460ee4fbb9b683fc77079e050c8338dc8 100644 (file)
@@ -392,7 +392,7 @@ static void __init xen_init_capabilities(void)
 
        /*
         * Xen PV would need some work to support PCID: CR3 handling as well
-        * as xen_flush_tlb_others() would need updating.
+        * as xen_flush_tlb_multi() would need updating.
         */
        setup_clear_cpu_cap(X86_FEATURE_PCID);