From 49ac85bba58fc224a9e844d3556cbeb890943f97 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 04:46:09 +0000 Subject: [PATCH] Merge r7489 from trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7737 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/backport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/backport.h b/scst/include/backport.h index 46d312da6..c16059454 100644 --- a/scst/include/backport.h +++ b/scst/include/backport.h @@ -68,7 +68,7 @@ #ifdef CONFIG_X86 #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 3, 0) +#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 3, 0) && !defined(RHEL_RELEASE_CODE) static __always_inline unsigned long long rdtsc(void) { return native_read_tsc();