From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:41:34 +0000 Subject: [PATCH] add gpio led uart --- 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