From: Jan Rękorajski Date: Sun, 23 Feb 2020 08:28:20 +0000 (+0100) Subject: - 4.14 doesn't need this X-Git-Tag: auto/th/lttng-modules-2.11.1-2~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=e66d5683f1f989eb4b980eac6318e6a8c53b4b3f;p=packages%2Flttng-modules.git - 4.14 doesn't need this --- diff --git a/kernel-5.5.3.patch b/kernel-5.5.3.patch index b9f7ce6..2625df7 100644 --- a/kernel-5.5.3.patch +++ b/kernel-5.5.3.patch @@ -4,7 +4,7 @@ kvm_mmu_fast_page_fault, -+#if 1 || (LINUX_VERSION_CODE >= KERNEL_VERSION(5,4,20)) ++#if (LINUX_VERSION_CODE > KERNEL_VERSION(4,14)) + TP_PROTO(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, u32 error_code, + u64 *sptep, u64 old_spte, bool retry), + TP_ARGS(vcpu, cr2_or_gpa, error_code, sptep, old_spte, retry),