aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/processor_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/processor_64.h')
-rw-r--r--include/asm-x86/processor_64.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-x86/processor_64.h b/include/asm-x86/processor_64.h
index 45e382989b33..08b965124b97 100644
--- a/include/asm-x86/processor_64.h
+++ b/include/asm-x86/processor_64.h
@@ -124,12 +124,4 @@ DECLARE_PER_CPU(struct orig_ist, orig_ist);
124 124
125#define ASM_NOP_MAX 8 125#define ASM_NOP_MAX 8
126 126
127static inline void prefetchw(void *x)
128{
129 alternative_input("prefetcht0 (%1)",
130 "prefetchw (%1)",
131 X86_FEATURE_3DNOW,
132 "r" (x));
133}
134
135#endif /* __ASM_X86_64_PROCESSOR_H */ 127#endif /* __ASM_X86_64_PROCESSOR_H */