From ee930fffee469d076998274a2ca55e13dc1efb67 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:54 +0000 Subject: [PATCH] enable tun/tap/iptables --- 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