From 958e46acc8e900e8569dd467c1af9b8d2d019394 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:54 +0000 Subject: [PATCH] disable cpu isolcpus --- kernel/arch/x86/events/intel/p4.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/arch/x86/events/intel/p4.c b/kernel/arch/x86/events/intel/p4.c index 4f9ac72..a4cc660 100644 --- a/kernel/arch/x86/events/intel/p4.c +++ b/kernel/arch/x86/events/intel/p4.c @@ -1260,7 +1260,7 @@ } /* * Perf does test runs to see if a whole group can be assigned - * together succesfully. There can be multiple rounds of this. + * together successfully. There can be multiple rounds of this. * Unfortunately, p4_pmu_swap_config_ts touches the hwc->config * bits, such that the next round of group assignments will * cause the above p4_should_swap_ts to pass instead of fail. -- Gitblit v1.6.2