aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/processor.h')
-rw-r--r--arch/x86/include/asm/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index ad1fc8511674..9a4ee46959f3 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -672,7 +672,7 @@ static inline void sync_core(void)
672{ 672{
673 int tmp; 673 int tmp;
674 674
675#if defined(CONFIG_M386) || defined(CONFIG_M486) 675#ifdef CONFIG_M486
676 if (boot_cpu_data.x86 < 5) 676 if (boot_cpu_data.x86 < 5)
677 /* There is no speculative execution. 677 /* There is no speculative execution.
678 * jmp is a barrier to prefetching. */ 678 * jmp is a barrier to prefetching. */