diff options
| author | kexinsun <kexinsun@smail.nju.edu.cn> | 2026-02-24 05:24:24 +0300 |
|---|---|---|
| committer | Juergen Gross <jgross@suse.com> | 2026-03-03 16:54:59 +0300 |
| commit | b8c460a045985a8cb7a7c34912d2db91afee242f (patch) | |
| tree | 27318a1250bc4a7fa75928ac9845fa5999551d40 | |
| parent | 8b57227d59a86fc06d4f09de08f98133680f2cae (diff) | |
| download | linux-b8c460a045985a8cb7a7c34912d2db91afee242f.tar.xz | |
x86/xen: update outdated comment
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>
| -rw-r--r-- | arch/x86/xen/enlighten_pv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten_pv.c b/arch/x86/xen/enlighten_pv.c index b74ff8bc7f2a..fde5f44460ee 100644 --- a/arch/x86/xen/enlighten_pv.c +++ b/arch/x86/xen/enlighten_pv.c @@ -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); |
