probe kvm x86: remove compatibility code
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 20:53:01 +0000 (16:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 20:56:30 +0000 (16:56 -0400)
probes/lttng-probe-kvm-x86.c

index b77040762b59d7eb57f3731054c9db0c070e66c3..2eb10ae7e9cf69d24678d89ea21d588dad1d8878 100644 (file)
 #include <linux/module.h>
 #include <linux/kvm_host.h>
 #include <lttng-tracer.h>
-#include <lttng-kernel-version.h>
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0))
 /* TODO: check for header availability in Makefile */
 #include <../../arch/x86/kvm/kvm_emulate.h>
-#endif
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,1,0))
 #include <kvm/iodev.h>
-#else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,1,0)) */
-#include <../../virt/kvm/iodev.h>
-#endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,1,0)) */
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
This page took 0.029903 seconds and 4 git commands to generate.