diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2010-06-28 22:33:13 +0200 | 
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2010-06-28 22:33:24 +0200 | 
| commit | f384c954c9fe3d3c6fce5ae66b67f2ddd947d098 (patch) | |
| tree | a38541b8083a2304435e9a153d408bd7cd44116e /arch/x86/include/asm/system.h | |
| parent | 9a15a07fe2175dc25cd928a354b3839f562ac8cc (diff) | |
| parent | 5904b3b81d25166e5e39b9727645bb47937618e3 (diff) | |
| download | olio-linux-3.10-f384c954c9fe3d3c6fce5ae66b67f2ddd947d098.tar.xz olio-linux-3.10-f384c954c9fe3d3c6fce5ae66b67f2ddd947d098.zip  | |
Merge branch 'linus' into perf/core
Reason: Further changes conflict with upstream fixes
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/include/asm/system.h')
| -rw-r--r-- | arch/x86/include/asm/system.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/system.h b/arch/x86/include/asm/system.h index b8fe48ee2ed..e7f4d33c55e 100644 --- a/arch/x86/include/asm/system.h +++ b/arch/x86/include/asm/system.h @@ -451,7 +451,7 @@ void stop_this_cpu(void *dummy);   *   * (Could use an alternative three way for this if there was one.)   */ -static inline void rdtsc_barrier(void) +static __always_inline void rdtsc_barrier(void)  {  	alternative(ASM_NOP3, "mfence", X86_FEATURE_MFENCE_RDTSC);  	alternative(ASM_NOP3, "lfence", X86_FEATURE_LFENCE_RDTSC);  |