mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 13:11:27 +00:00
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
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
|
||||
#ifdef CONFIG_X86
|
||||
#include <asm/msr.h>
|
||||
#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();
|
||||
|
||||
Reference in New Issue
Block a user