From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 06 Dec 2023 09:51:13 +0000 Subject: [PATCH] add dts config --- 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