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();