Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56920
b: refs/heads/master
c: 03491c9
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed May 24, 2007
1 parent 6243437 commit 11efb3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98d8256739f2c6c636fa2da359f5949c739ae839
refs/heads/master: 03491c92932b8d2dab1bb298e0122ff6d39680af
2 changes: 1 addition & 1 deletion trunk/include/asm-i386/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static __inline__ int atomic_add_return(int i, atomic_t *v)
int __i;
#ifdef CONFIG_M386
unsigned long flags;
if(unlikely(boot_cpu_data.x86==3))
if(unlikely(boot_cpu_data.x86 <= 3))
goto no_xadd;
#endif
/* Modern 486+ processor */
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-i386/local.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static __inline__ long local_add_return(long i, local_t *l)
long __i;
#ifdef CONFIG_M386
unsigned long flags;
if(unlikely(boot_cpu_data.x86==3))
if(unlikely(boot_cpu_data.x86 <= 3))
goto no_xadd;
#endif
/* Modern 486+ processor */
Expand Down

0 comments on commit 11efb3e

Please sign in to comment.