Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65222
b: refs/heads/master
c: ed7fdff
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Sep 29, 2007
1 parent 89844a0 commit 7a6ad55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 2bcff60f7ce88c09a2bc1302ff14510737bfcb7b
refs/heads/master: ed7fdff5d6754f9ef9e47bbf0b171d3d96fb7e41
5 changes: 0 additions & 5 deletions trunk/include/asm-i386/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,6 @@ static inline unsigned long get_limit(unsigned long segment)
*/


/*
* Actually only lfence would be needed for mb() because all stores done
* by the kernel should be already ordered. But keep a full barrier for now.
*/

#define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
#define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)

Expand Down

0 comments on commit 7a6ad55

Please sign in to comment.