]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/system.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
[karo-tx-linux.git] / arch / x86 / include / asm / system.h
index 1db9bd2281d7bf2fb45a4aae625aedcc8ab9aaff..33ecc3ea8782add8f88e68405d227ee4af700134 100644 (file)
@@ -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);