From: Mathieu Desnoyers Date: Wed, 27 May 2015 16:19:01 +0000 (-0400) Subject: Fix: add RHEL version macros X-Git-Tag: v2.7.0-rc1~13 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=f30ae671364af1a69a5c5ad562e10a38c1bbaf2e;hp=f30ae671364af1a69a5c5ad562e10a38c1bbaf2e;p=lttng-modules.git Fix: add RHEL version macros RHEL 7.1 has backported upstream patches that change the kvm.h tracepoint prototype. Add version check specific to RHEL to handle this case. RHEL 7.x has the required fixes backported that allow removing the 3.10 blacklist check for them, so take this into account. Signed-off-by: Mathieu Desnoyers ---