diff options
Diffstat (limited to 'include/asm-i386/local.h')
-rw-r--r-- | include/asm-i386/local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/local.h b/include/asm-i386/local.h index e13d3e98823f..6e85975b9ed2 100644 --- a/include/asm-i386/local.h +++ b/include/asm-i386/local.h | |||
@@ -135,7 +135,7 @@ static __inline__ long local_add_return(long i, local_t *l) | |||
135 | long __i; | 135 | long __i; |
136 | #ifdef CONFIG_M386 | 136 | #ifdef CONFIG_M386 |
137 | unsigned long flags; | 137 | unsigned long flags; |
138 | if(unlikely(boot_cpu_data.x86==3)) | 138 | if(unlikely(boot_cpu_data.x86 <= 3)) |
139 | goto no_xadd; | 139 | goto no_xadd; |
140 | #endif | 140 | #endif |
141 | /* Modern 486+ processor */ | 141 | /* Modern 486+ processor */ |