]> git.pld-linux.org Git - packages/lttng-modules.git/commitdiff
- 4.14 doesn't need this
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 23 Feb 2020 08:28:20 +0000 (09:28 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 23 Feb 2020 08:28:20 +0000 (09:28 +0100)
kernel-5.5.3.patch

index b9f7ce667e367f9379649770d07e1bf9abd483f8..2625df7a27f425320eb2fb73cbef274186cba12a 100644 (file)
@@ -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),
This page took 0.197163 seconds and 4 git commands to generate.