Skip to content

Commit b8c460a

Browse files
kexinsunjgross1
authored andcommitted
x86/xen: update outdated comment
The function xen_flush_tlb_others() was renamed xen_flush_tlb_multi() by commit 4ce94ea ("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>
1 parent 8b57227 commit b8c460a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/xen/enlighten_pv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ static void __init xen_init_capabilities(void)
392392

393393
/*
394394
* Xen PV would need some work to support PCID: CR3 handling as well
395-
* as xen_flush_tlb_others() would need updating.
395+
* as xen_flush_tlb_multi() would need updating.
396396
*/
397397
setup_clear_cpu_cap(X86_FEATURE_PCID);
398398

0 commit comments

Comments
 (0)